root@web:/home/vagrant# cd /github/trackstar/protected/tests/ #change to the tests directory root@web:/github/trackstar/protected/tests# phpunit unit/ root@web:/github/trackstar/protected/tests# ll unit/ # nothing happened, so confirm the tests are in the directory total 20 drwxr-xr-x 5 501 dialout 170 Oct 4 04:26 ./ drwxr-xr-x 9 501 dialout 306 Oct 4 04:26 ../ -rw-r--r-- 1 501 dialout 144 Oct 4 04:26 DbTest.php -rw-r--r-- 1 501 dialout 1161 Oct 9 00:52 IssueTest.php -rw-r--r-- 1 501 dialout 3989 Oct 9 03:14 ProjectTest.php root@web:/github/trackstar/protected/tests# phpunit unit/DbTest.php #it works when run one at a time as shown here PHPUnit 3.6.12 by Sebastian Bergmann. Configuration read from /github/trackstar/protected/tests/phpunit.xml . Time: 0 seconds, Memory: 6.75Mb OK (1 test, 1 assertion)
Any ideas? OS = ubuntu precise.

Help














