Using Composer - PHPUnit Configuration Problems
Anyone using Composer with PHPStorm and running PHPUnit? It's such a different configuration. Seems I'd have to make a log of manual configuration changes to make it work. Am I missing something?
Please sign in to leave a comment.
I found a way to make it work, but it's not a good way. I can add this to the PHPUnit/Autoload.php file:
Which will load the composer autoloader. Not a way that I can use, but just tried it for testing. Any suggestions?
Am I the only one trying to use Composer or the only one with these issues?
Quite possible :) . At least among those who visiting this forum.
http://stackoverflow.com/questions/12814263/phpunit-via-composer-and-phpstorm
Ah, thanks.
Should have just searched the bug tracker.