Skip to content

Commit 1789d19

Browse files
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#selection
1 parent 20a1602 commit 1789d19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

action.yml

-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ inputs:
6767
test_suffix:
6868
description: Only search for test in files with specified suffix(es)
6969
required: false
70-
default: Test.php,.phpt
7170

7271
whitelist:
7372
description: Path to directory to whitelist for code coverage analysis

0 commit comments

Comments
 (0)