Commit 684b54e
committed
minor #58357 [Form] do not override the final
This PR was merged into the 7.2 branch.
Discussion
----------
[Form] do not override the final `runTest()` method
| Q | A
| ------------- | ---
| Branch? | 7.2
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
The `runTest()` method is `final` since PHPUnit 11.0.
Commits
-------
e5797df55a7 do not override the final runTest() methodrunTest() method (xabbuh)1 file changed
+12
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | | - | |
| 31 | + | |
31 | 32 | | |
32 | | - | |
33 | | - | |
34 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
35 | 43 | | |
36 | 44 | | |
37 | 45 | | |
38 | 46 | | |
39 | | - | |
40 | | - | |
41 | 47 | | |
42 | 48 | | |
43 | 49 | | |
| |||
0 commit comments