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] allow to pass a message as string#19757
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
[PhpUnitBridge] allow to pass a message as string#19757
Uh oh!
There was an error while loading.Please reload this page.
Conversation
HeahDude commentedAug 27, 2016
👍 Status: reviewed |
chalasr commentedAug 27, 2016 • 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.
Tests are failing on travis due to an outdated assertion, unrelated to these changes. 👍 |
xabbuh commentedAug 27, 2016
@chalasr Thanks for the fix. Actually, the tests should have failed before, but didn't because of the implementation inside the |
javiereguiluz commentedAug 29, 2016
👍 |
This PR was merged into the 3.1 branch.Discussion----------[Yaml] sync test and actually triggered message| Q | A| ------------- | ---| Branch? | 3.1| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets | see failures in#19757| License | MIT| Doc PR |Commits-------e8dfd4d [Yaml] sync test and actually triggered message
nicolas-grekas commentedAug 29, 2016
Thank you@xabbuh. |
This PR was merged into the 3.2-dev branch.Discussion----------[PhpUnitBridge] allow to pass a message as string| Q | A| ------------- | ---| Branch? | master| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets || License | MIT| Doc PR |Currently our tests for deprecation messages just pass "accidentally" (we never pass arrays but only strings).Commits-------8ceed79 [PhpUnitBridge] allow to pass a message as string
Currently our tests for deprecation messages just pass "accidentally" (we never pass arrays but only strings).