Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经通过 pear 命令安装了 Behat 和 Mink,并且在运行 Behat 之后使用
behat -h
命令,我得到一个错误:
“PHP 致命错误:在第 975 行的 /usr/share/php/Symfony/Component/Console/Application.php 中找不到类 'Symfony\Component\Console\Helper\ProgressHelper' ”
这是什么意思?
您可能没有安装这些软件包所需的依赖项,因此它们无法运行。不要强行安装-f。
-f
卸载 behat 和 mink 包,然后在没有-f. 还要确保按照 pear 手册中的说明设置包含路径。