Thomas Weidner <thomas.weidner@...> writes:
[skip]
> .-bash-3.00$ phpunit AllTests
> X-Powered-By: PHP/5.2.0
> Content-type: text/html
>
> PHPUnit 3.0.6 by Sebastian Bergmann.
>
> File "AllTests.php" could not be found or is not readable.
This is probably a PHP installation problem. PHPUnit does not find your file,
but it is 'require'-d, so the place(s) where this file is searched for are
controlled by PHP.
I had the same issue, see
http://www.konstantin.shemyak.com/blog/2007/06/21/phpunit-stumps/.