Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Bridge\PhpUnit] Cannot autoload class "\Symfony\Bridge\PhpUnit\SymfonyTestsListener"#26562
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
| class_alias('Symfony\Bridge\PhpUnit\Legacy\SymfonyTestsListenerForV7','Symfony\Bridge\PhpUnit\SymfonyTestsListener'); | ||
| } | ||
| if (false){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
missing space after closing bracket
| } | ||
| if (false){ | ||
| class SymfonyTestsListener{} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
please put{} on separate lines
class SymfonyTestsListener{}nicolas-grekas commentedMar 16, 2018
|
yakobe commentedMar 16, 2018
Updated |
yakobe commentedMar 19, 2018
The build failed with |
nicolas-grekas commentedMar 19, 2018
Thank you@yakobe. |
…pUnit\SymfonyTestsListener" (Jake Bishop)This PR was merged into the 3.4 branch.Discussion----------[Bridge\PhpUnit] Cannot autoload class "\Symfony\Bridge\PhpUnit\SymfonyTestsListener"| Q | A| ------------- | ---| Branch? | 3.4 <!-- see below -->| Bug fix? | yes| New feature? | no <!-- don't forget to update src/**/CHANGELOG.md files -->| BC breaks? | no <!-- seehttps://symfony.com/bc -->| Deprecations? | no <!-- don't forget to update UPGRADE-*.md files -->| Tests pass? | yes <!-- please add some, will be required by reviewers -->| Fixed tickets |#26430| License | MIT| Doc PR | - <!-- required for new features -->Allows composer to discover the class for autoloading when using `composer install --classmap-authoritative`Commits-------6b6fdab [Bridge\PhpUnit]Fix#26430 Cannot autoload listeners
yakobe commentedMar 19, 2018
Thank you@nicolas-grekas ! Now i can use it :) |
Uh oh!
There was an error while loading.Please reload this page.
Allows composer to discover the class for autoloading when using
composer install --classmap-authoritative