Commit 8e0a60e
committed
Tests: make dataproviders static
As of PHPUnit 10, data providers are (again) expected to be `static` methods.
This updates the test suite to respect that.
Refs:
* sebastianbergmann/phpunit@9caafe2
* sebastianbergmann/phpunit 51001 parent 8e50c7d commit 8e0a60e
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
0 commit comments