your phpunit need to set "phpunit.bat" because it`s windows OS
Nov 22, 2014
4
Level 3
PHPunit in PHPstorm
Hi guys,
I have followed one of Jeffrey video's regardings setup PHPunit in PHPstorm.
PHPUNIT works fine from PHPStorm terminal/command line.
But When I run a test from PHPStorm, it pop up with (Edit configuration) and at the buttom of the windows saying (Error: Interpreter is not specified or invalid).
Any of you guys have had this issue before.
Btw I run Windows 8.1 and PHPStorm 8.0 latest one.
PHP unit is installed with codeception.
Level 10
PHPStorm is looking for the php interpreter, go to Settings -> php -> Interpreter and Select you installed php intepreter.
Please or to participate in this conversation.