您好我已经使用
安装了PHPUnitcurl https://phar.phpunit.de/phpunit.phar -o phpunit.phar
chmod +x phpunit.phar
mv phpunit.phar /usr/local/bin/phpunit
我正在使用PHPUnit,Eclipse和Makegood。
我已经在我的测试中使用了composer安装了另一个PHPUnit 文件夹因为我发现Makegood不能使用PHPUnit phar
目前我有这个错误。
[PHPUnit_Framework_Exception]
Argument #3 (No Value) of PHPUnit_TextUI_ResultPrinter::__construct() must be a value from "never", "auto" or "always"
phpunit [-p|--preload-script="..."] [-c|--config="..."] [-R|--recursive] [-a|--autotest] [-w|--watch-dir="..."] [-m|--notify] [-d|--detailed-progress] [-s|--stop-on-failure] [--log-junit="..."] [--log-junit-realtime] [--test-file-pattern="..."] [--test-method="..."] [--test-class="..."] [--phpunit-config="..."] [test_directory_or_file1] ... [test_directory_or_fileN]
一个建议是删除PHPUnit.phar安装。
是否有任何命令可以用来完全删除旧的PHPunit安装。 我搜索了很多但我找不到任何东西。
提前致谢。