Commit 1789d19
authored
Remove the default value for the test_suffix parameter (#64)
Passing a comma-separated list of values to the CLI argument
--test-suffix has been deprecated in PHPUnit 11[1] and will no longer
work in PHPUnit 12. Given that this action is sending its default
value[2] anyways, there's no reason to explicitly provide this command
line argument. Further, it's confusing that this command line argument
is specified at all when nothing in my repo's configuration sets its
value.
[1]: sebastianbergmann/phpunit#5709
[2]: https://docs.phpunit.de/en/11.1/textui.html#selection1 parent 20a1602 commit 1789d19
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | 70 | | |
72 | 71 | | |
73 | 72 | | |
| |||
0 commit comments