I\'m having trouble getting phpunit working inside of a Symfony project in PhpStorm - phpunit -c app works fine in the OSX terminal.
phpunit -c app
Here is the error:
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.
codeception.yml
unit.yml