Cannot find PHPUnit in include path is the error message I get when I try to run my code in phpstorm.
Cannot find PHPUnit in include path
In the PHP Settings, my PHP level language is 5
5
In addition to Ben's answer, in phpStorm 7.1.3 it works by specifying the phpunit.phar location under the "use custom loader" option, for example:
"Path to script: /usr/share/php/phpunit.phar"