Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Commit10ce932
committed
[PhpUnitBridge] do not require an error context
The error context argument of an error handler is deprecated as of PHP7.2. Requiring it in the error handler of the SymfonyTestsListenerTraitwill make error handlers fail that are executed when running PHPUnittests and forward the error handling to the previously registered errorhandler.1 parent3f4c47c commit10ce932
File tree
1 file changed
+1
-1
lines changed- src/Symfony/Bridge/PhpUnit/Legacy
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
306 | | - | |
| 306 | + | |
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
| |||
0 commit comments
Comments
(0)