Test Runner Improvement in PHPUnit 3.3

As of changeset 2764, PHPUnit 3.3's command-line test runner accepts a directory as its argument.
Given a directory, the test runner will recursively scan the directory for *Test.php files, build a test suite out of the *Test classes, and run it.
09/04/2008 at 13:20 Permalink
Reply
10/04/2008 at 08:29 Permalink
Reply
13/04/2008 at 17:46 Permalink
Reply
11/12/2009 at 17:07 Permalink
I am currently using PHPUnit and installing it in my company, and I find it amazing. But sometimes I want to launch tests that are in separate directories at the same time (to have one code coverage report for example).
phpunit only accepts 1 directory as argument, do you have an idea on this "problem" ?
Thanks
Reply
11/12/2009 at 17:09 Permalink
Reply