I’v been trying to get phpunit up and running but for some reason i’m stuck with the following error:
Warning: require(PHPUnit/Autoload.php): failed to open stream: No such file or directory in /usr/bin/phpunit on line 44
Fatal error: require(): Failed opening required ‘PHPUnit/Autoload.php’ (include_path=’.:’) in /usr/bin/phpunit on line 44
Does anybody have a clue how to solve this?
Thanks in advance!
Peter
Your include path is not setup. Follow the instructions at http://pear.php.net/manual/en/installation.checking.php
Also check if you installed phpunit in the correct directory:
PHPUnit/Autoload.phpshould be listed there, in the patch you added to the include path.Update: the problem was that @Peter had 2 php.ini files, and he edited the wrong one.
Find the correct one with