-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Could not use "PHPUnit_Runner_StandardTestSuiteLoader" as loader #1265
Comments
Edit your phpunit.xml, |
can someone explain why we need to make this change? the phpunit manual doesn't say anything about this |
@wontonst sorry for the inconvenience. I'll look into this shortly and adjust the documentation if necessary. |
This doesn't seem to fix the issue when using via a composer install. Note the following output:
When unit.xml is as follows:
Also tried to use the path of |
change testSuiteLoaderClass to testSuiteLoaderFile. I just had that happen to me too. |
I actually got it to work by just completely deleting that line. |
This should be fixed in the next release. Thanks for your patience! |
For more information, see: sebastianbergmann/phpunit#1265
For more information, see: sebastianbergmann/phpunit#1265
For more information, see: sebastianbergmann/phpunit#1265
I follow document to installed.
it's my phpunit.xml
But, When I run "phpunit -c phpunit.xml"
Error:
phpunit
PHPUnit 4.1.0 by Sebastian Bergmann.
Could not use "PHPUnit_Runner_StandardTestSuiteLoader" as loader.
I don't why?? Can everyone tell me?? How to solve this problem??
Thanks
The text was updated successfully, but these errors were encountered: