msoa, on 18 October 2012 - 12:22 PM, said:
PLEASE HELP
This is latest error:
phpunit unit/DbTest.php PHP Warning: require_once(PHPUnit/Extensions/SeleniumTestCase.php): failed to open stream: No such file or directory in /var/www/yii/framework/test/CWebTestCase.php on line 12 PHP Fatal error: require_once(): Failed opening required 'PHPUnit/Extensions/SeleniumTestCase.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/yii/framework/test/CWebTestCase.php on line 12
Solved
By downgrade to phpunit-3.7.1 solved. my instructions:
1- remove phpunit-3.7.* (with all of dependencies If required)
2- install phpunit-3.7.1 with all dependencies, make sure installed phpunit_selenium.
Goodluck