Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal error: Class 'PHPUnit_TextUI_TestRunner' not found in /usr/share/php/PHPUnit/TextUI/Command.php on line 140 #31

Closed
sandersjj opened this issue Sep 28, 2010 · 1 comment

Comments

@sandersjj
Copy link

Fatal error: Class 'PHPUnit_TextUI_TestRunner' not found in /usr/share/php/PHPUnit/TextUI/Command.php on line 140

@sebastianbergmann
Copy link
Owner

You are using the old-style approach (AllTests.php or similar) to define and run a test suite. For this to continue to work, you need to load PHPUnit's autoloader (PHPUnit/Autoload.php).

axiac pushed a commit to axiac/phpunit that referenced this issue May 8, 2018
 * Added support for stubbing a method by returning a value from a map.
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants