Created
February 15, 2012 07:25
-
-
Save marcw/1834030 to your computer and use it in GitHub Desktop.
phpunit fails
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/work/sensiolabs/websites/obfuscated (master) ls -lah /usr/local/Cellar/php/5.3.8/lib/php/share/pear/PHPUnit/Framework/TestFailure.php | |
-rw-r--r-- 1 root admin 7,2K 15 fév 08:12 /usr/local/Cellar/php/5.3.8/lib/php/share/pear/PHPUnit/Framework/TestFailure.php |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PHPUnit 3.5.15 by Sebastian Bergmann. | |
...................PHP Fatal error: phpunit_autoload(): Failed opening required '/usr/local/Cellar/php/5.3.8/lib/php/share/pear/PHPUnit/Framework/TestFailure.php' (include_path='.:/usr/local/Cellar/php/5.3.8/lib/php/share/pear:') in /usr/local/Cellar/php/5.3.8/lib/php/share/pear/PHPUnit/Autoload.php on line 56 | |
PHP Stack trace: | |
PHP 1. {main}() /usr/local/Cellar/php/5.3.8/lib/php/bin/phpunit:0 | |
PHP 2. PHPUnit_TextUI_Command::main() /usr/local/Cellar/php/5.3.8/lib/php/bin/phpunit:49 | |
PHP 3. PHPUnit_TextUI_Command->run() /usr/local/Cellar/php/5.3.8/lib/php/share/pear/PHPUnit/TextUI/Command.php:129 | |
PHP 4. PHPUnit_TextUI_TestRunner->doRun() /usr/local/Cellar/php/5.3.8/lib/php/share/pear/PHPUnit/TextUI/Command.php:188 | |
PHP 5. PHPUnit_Framework_TestSuite->run() /usr/local/Cellar/php/5.3.8/lib/php/share/pear/PHPUnit/TextUI/TestRunner.php:305 | |
PHP 6. PHPUnit_Framework_TestSuite->run() /usr/local/Cellar/php/5.3.8/lib/php/share/pear/PHPUnit/Framework/TestSuite.php:693 | |
PHP 7. PHPUnit_Framework_TestSuite->runTest() /usr/local/Cellar/php/5.3.8/lib/php/share/pear/PHPUnit/Framework/TestSuite.php:733 | |
PHP 8. PHPUnit_Framework_TestCase->run() /usr/local/Cellar/php/5.3.8/lib/php/share/pear/PHPUnit/Framework/TestSuite.php:757 | |
PHP 9. PHPUnit_Framework_TestResult->run() /usr/local/Cellar/php/5.3.8/lib/php/share/pear/PHPUnit/Framework/TestCase.php:576 | |
PHP 10. PHPUnit_Framework_TestResult->addError() /usr/local/Cellar/php/5.3.8/lib/php/share/pear/PHPUnit/Framework/TestResult.php:717 | |
PHP 11. phpunit_autoload() /usr/local/Cellar/php/5.3.8/lib/php/share/pear/PHPUnit/Framework/TestResult.php:0 | |
Fatal error: phpunit_autoload(): Failed opening required '/usr/local/Cellar/php/5.3.8/lib/php/share/pear/PHPUnit/Framework/TestFailure.php' (include_path='.:/usr/local/Cellar/php/5.3.8/lib/php/share/pear:') in /usr/local/Cellar/php/5.3.8/lib/php/share/pear/PHPUnit/Autoload.php on line 56 | |
Call Stack: | |
0.0003 632264 1. {main}() /usr/local/Cellar/php/5.3.8/lib/php/bin/phpunit:0 | |
0.0246 1126424 2. PHPUnit_TextUI_Command::main() /usr/local/Cellar/php/5.3.8/lib/php/bin/phpunit:49 | |
0.0247 1127040 3. PHPUnit_TextUI_Command->run() /usr/local/Cellar/php/5.3.8/lib/php/share/pear/PHPUnit/TextUI/Command.php:129 | |
0.1818 12708928 4. PHPUnit_TextUI_TestRunner->doRun() /usr/local/Cellar/php/5.3.8/lib/php/share/pear/PHPUnit/TextUI/Command.php:188 | |
0.3409 13349216 5. PHPUnit_Framework_TestSuite->run() /usr/local/Cellar/php/5.3.8/lib/php/share/pear/PHPUnit/TextUI/TestRunner.php:305 | |
0.3411 13356856 6. PHPUnit_Framework_TestSuite->run() /usr/local/Cellar/php/5.3.8/lib/php/share/pear/PHPUnit/Framework/TestSuite.php:693 | |
25.6624 348824688 7. PHPUnit_Framework_TestSuite->runTest() /usr/local/Cellar/php/5.3.8/lib/php/share/pear/PHPUnit/Framework/TestSuite.php:733 | |
25.6624 348824688 8. PHPUnit_Framework_TestCase->run() /usr/local/Cellar/php/5.3.8/lib/php/share/pear/PHPUnit/Framework/TestSuite.php:757 | |
25.6625 348824688 9. PHPUnit_Framework_TestResult->run() /usr/local/Cellar/php/5.3.8/lib/php/share/pear/PHPUnit/Framework/TestCase.php:576 | |
26.6971 360440544 10. PHPUnit_Framework_TestResult->addError() /usr/local/Cellar/php/5.3.8/lib/php/share/pear/PHPUnit/Framework/TestResult.php:717 | |
26.6971 360440936 11. phpunit_autoload() /usr/local/Cellar/php/5.3.8/lib/php/share/pear/PHPUnit/Framework/TestResult.php:0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! Did you manage to solve this issue?