-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[PhpUnitBridge] Fixed fatal error in CoverageListener when something goes wrong in Test::setUpBeforeClass #24796
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
Q | A |
---|---|
Branch? | 3.4 |
Bug fix? | yes |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | |
License | MIT |
Doc PR |
356b4d9
to
537739f
Compare
Hmm, I tried to add a test but it's not really possible. |
When can it happen that this method does not exist? |
Ah yes I removed the test. but it is still in the PR title and commit message ;) |
Could it be related to |
I don't know. What do you have in mind ? |
We could then use |
I was pretty sure you are going to say that. |
There is an alias for the namespaced class in PHPUnit 4.8 and 5.x. :) |
…goes wrong in Test::setUpBeforeClass
@xabbuh It should be ok |
Thank you @lyrixx. |
… something goes wrong in Test::setUpBeforeClass (lyrixx) This PR was merged into the 3.4 branch. Discussion ---------- [PhpUnitBridge] Fixed fatal error in CoverageListener when something goes wrong in Test::setUpBeforeClass | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- 25e0117 [PhpUnitBridge] Fixed fatal error in CoverageListener when something goes wrong in Test::setUpBeforeClass