Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[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 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
lyrixx commentedNov 2, 2017
| 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 to537739fComparelyrixx commentedNov 2, 2017
Hmm, I tried to add a test but it's not really possible. |
xabbuh commentedNov 2, 2017
When can it happen that this method does not exist? |
lyrixx commentedNov 2, 2017 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Ah yes I removed the test. but it is still in the PR title and commit message ;) |
xabbuh commentedNov 2, 2017
Could it be related to |
lyrixx commentedNov 2, 2017
I don't know. What do you have in mind ? |
xabbuh commentedNov 2, 2017
We could then use |
lyrixx commentedNov 2, 2017
I was pretty sure you are going to say that. |
xabbuh commentedNov 2, 2017
There is an alias for the namespaced class in PHPUnit 4.8 and 5.x. :) |
…goes wrong in Test::setUpBeforeClass
lyrixx commentedNov 3, 2017
@xabbuh It should be ok |
fabpot commentedNov 3, 2017
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