I can\'t make PHPUnit 4.2.6 to work with PHPStorm 8.
PHPUnit is loaded as phar inside PHPStorm 8 settings.
Whenever i try t
Here is how to "unhack" the IDE to run with phpnunit.phar (4x+) nicely on windows and linux!
:\Program Files (x86)\JetBrains\PhpStorm 8.0.3\plugins\php\lib
.scripts/phpunit.php
.PHPUnit/…
require statements, so autoloader can do its job instead of using hardcoded values.public static function init()
method.Hope this helps some of you out there. I will post the information to their forums as well.