-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Fix invalid parent class reference with PhpUnit 6 #21540
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
Conversation
IMHO, should be submitted against 2.7, with additional changes:
|
For our own testsuite, this should be handled separately IMO (when we decide to migrate). But the bridge and other public base testcases should indeed also be updated IMO |
For reference, the conflict rule should include all version of phpunit 5 |
To be more precise, 5.4.0, 5.4.1, and 5.4.2 also don't work as the namespace changed in 5.4.3. |
@xabbuh Only the case was changed between Edit: Answered my own question: Composer's PSR4 autoloader class map isn't case insensitive. |
Just provided a PR for this #21564 based on the remarks here. |
Closing in favor of #21564 |
This PR was squashed before being merged into the 2.7 branch (closes #21564). Discussion ---------- Update to PHPUnit namespaces | Q | A | ------------- | --- | Branch? | 2.7+ | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #21534 | License | MIT | Doc PR | - Replaces #21540 @nicolas-grekas Is the update of the cache-id like this sufficient? Do we maybe have to specifiy 4.8.35 in simple-phpunit? Commits ------- ddd2dff Update to PHPUnit namespaces
Reopening due to new PhpUnit 4.8.35 that introduces the new namespaces.
See #21534