Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[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

Merged
nicolas-grekas merged 1 commit intosymfony:3.4fromyakobe:ticket_26430
Mar 19, 2018

Conversation

@yakobe
Copy link
Contributor

@yakobeyakobe commentedMar 16, 2018
edited by nicolas-grekas
Loading

QA
Branch?3.4
Bug fix?yes
New feature?no
BC breaks?no
Deprecations?no
Tests pass?yes
Fixed tickets#26430
LicenseMIT
Doc PR-

Allows composer to discover the class for autoloading when usingcomposer install --classmap-authoritative

@nicolas-grekasnicolas-grekas changed the title[Bridge\PhpUnit] Fix #26430 Cannot autoload class "\Symfony\Bridge\Ph…[Bridge\PhpUnit] Fix #26430 Cannot autoload class "\Symfony\Bridge\PhpUnit\SymfonyTestsListener"Mar 16, 2018
@nicolas-grekasnicolas-grekas changed the title[Bridge\PhpUnit] Fix #26430 Cannot autoload class "\Symfony\Bridge\PhpUnit\SymfonyTestsListener"[Bridge\PhpUnit] Cannot autoload class "\Symfony\Bridge\PhpUnit\SymfonyTestsListener"Mar 16, 2018
class_alias('Symfony\Bridge\PhpUnit\Legacy\SymfonyTestsListenerForV7','Symfony\Bridge\PhpUnit\SymfonyTestsListener');
}

if (false){

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{}

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
Copy link
Member

CoverageListener also should get the same fix

yakobe reacted with thumbs up emoji

@nicolas-grekasnicolas-grekas added this to the3.4 milestoneMar 16, 2018
@yakobe
Copy link
ContributorAuthor

Updated

@yakobe
Copy link
ContributorAuthor

The build failed withappveyor, so i rebased with latest changes and built again. Now it fails withtravis-ci. The fails have nothing to do with this change.
@nicolas-grekas are they just a bit fragile? Do i need to do anything else?

@nicolas-grekas
Copy link
Member

Thank you@yakobe.

@nicolas-grekasnicolas-grekas merged commit6b6fdab intosymfony:3.4Mar 19, 2018
nicolas-grekas added a commit that referenced this pull requestMar 19, 2018
…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
Copy link
ContributorAuthor

Thank you@nicolas-grekas ! Now i can use it :)

This was referencedApr 3, 2018
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@nicolas-grekasnicolas-grekasnicolas-grekas approved these changes

@derrabusderrabusderrabus approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

3.4

Development

Successfully merging this pull request may close these issues.

4 participants

@yakobe@nicolas-grekas@derrabus@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp