Commit 8f0c6d0
committed
Remove usage of onNotSuccessfulTest to mark tests as skipped
Tests are not marked as skipped automatically anymore when an
UnsupportedDriverActionException is caught. Instead, drivers should
configure their unsupported tests properly in their testsuite config.
PHPUnit 10 removed support for changing the test outcome in the
onNotSuccessfulTest method of the TestCase so the previous solution will
not work anymore in the future.1 parent dedf292 commit 8f0c6d0
1 file changed
Lines changed: 0 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | 74 | | |
85 | 75 | | |
86 | 76 | | |
| |||
0 commit comments