在PHP设置中,我的PHP级语言是 当我尝试运行代码时出现错误,确切的消息是这个 : p>
C:\ xampp2 \ php \ php.exe C:\ Users \ DELL \ AppData \ Local \ Temp \ ide-phpunit.php --no-configuration p>
C:\ xampp2 \ htdocs \ ft-website p>
测试于下午2:34开始...... p>
使用退出代码1完成处理 p>
在包含路径中找不到PHPUnit(。; C:\ xampp2 \ php \ PEAR)` p>
blockquote> \ n div>在包含路径中找不到PHPUnit code>是我尝试运行时收到的错误消息 我在phpstorm中的代码。 p>
5.4(特征,短数组语法等) code>,解释器是
名称(5.4.7) code>其中
Name code>是用户定义的。 p>
Cannot find PHPUnit in include path
is the error message I get when I try to run my code in phpstorm.
In the PHP Settings, my PHP level language is 5.4 (traits, short array syntax, etc.)
and interpreter is Name(5.4.7)
where Name
is user defined.
The error appears when I try to run the code and the exact message is this:
C:\xampp2\php\php.exe C:\Users\DELL\AppData\Local\Temp\ide-phpunit.php --no-configuration
C:\xampp2\htdocs\ft-website
Testing started at 2:34 PM ...
Process finished with exit code 1
Cannot find PHPUnit in include path (.;C:\xampp2\php\PEAR)`