PhpUnit failing in PhpStorm w/ exit code 255 in Symfony 2 project

前端 未结 4 655
暗喜
暗喜 2020-12-11 04:25

I\'m having trouble getting phpunit working inside of a Symfony project in PhpStorm - phpunit -c app works fine in the OSX terminal.

Here is the error:

4条回答
  •  再見小時候
    2020-12-11 05:25

    I ran into the same issue. If you are using yii2/phpStorm, try to select codeception.yml instead unit.yml under 'alternative configuration file' in the debug configuration section.

提交回复
热议问题