$ phpunit -c config.xml SomeTest.php PHP Warning: require_once(PHP/Timer/Autoload.php): failed to open stream: No such file or directory in /usr/share/php/PHPUnit/Autoload.php on line 47 Warning: require_once(PHP/Timer/Autoload.php): failed to open stream: No such file or directory in /usr/share/php/PHPUnit/Autoload.php on line 47 PHP Fatal error: require_once(): Failed opening required 'PHP/Timer/Autoload.php' (include_path='.:/usr/share/php') in /usr/share/php/PHPUnit/Autoload.php on line 47 Fatal error: require_once(): Failed opening required 'PHP/Timer/Autoload.php' (include_path='.:/usr/share/php') in /usr/share/php/PHPUnit/Autoload.php on line 47
Do this command:
$ sudo pear install --alldeps --force phpunit/PHP_Timer [sudo] password for user: downloading PHP_Timer-1.0.5.tgz ... Starting to download PHP_Timer-1.0.5.tgz (3,597 bytes) ....done: 3,597 bytes install ok: channel://pear.phpunit.de/PHP_Timer-1.0.5
Now all will be OK