我有 Phpstorm 3.0.2 并且我一直在尝试配置调试器一段时间。当我使用书签并设置“调试此站点”时,我让它工作,但是当我使用 IDE 的“调试”按钮时,我被这个错误难住了:
Warning: require_once(PHPUnit/Runner/Version.php): failed to open stream: No such file or directory
命令行运行是:
C:\xampp\php\php.exe -dxdebug.remote_enable=1 -dxdebug.remote_host=127.0.0.1 -dxdebug.remote_port=9000 -dxdebug.remote_mode=req "C:\Documents and Settings\<User>\Local Settings\Temp\ide-phpunit.php" --no-configuration <project-folder>
我不知道为什么要调用 ide-phpunit.php,它应该做什么(除了 ide 和 phpunit!)等等。此设置已由我的“前任”修改,因此他们在环境设置中可能存在一些怪癖。
为什么它会尝试运行 phpunit-things,我该如何禁用它?如果我不能,我该如何让它工作。