我正在 Windows 10 上使用 laragon 开发项目,我已经通过 composer 安装了 phpunit 6.2。当我在 laravel 项目中运行 phpunit 命令运行测试时,出现以下错误
Warning: is_dir() expects parameter 1 to be a valid path, object given in C:\Users\ddw14\AppData\Roaming\Composer\vendor\phpunit\phpunit\src\Runner\BaseTestRunner.php on line 56
Recoverable fatal error: Object of class PHPUnit\Framework\TestSuite could not be converted to string in C:\Users\ddw14\AppData\Roaming\Composer\vendor\phpunit\phpunit\src\Runner\StandardTestSuiteLoader.php on line 32
可能是什么问题呢 ?