We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ebca00 + fe63fd2 commit 52cc152Copy full SHA for 52cc152
ChangeLog-11.2.md
@@ -7,6 +7,7 @@ All notable changes of the PHPUnit 11.2 release series are documented in this fi
7
### Fixed
8
9
* [#5898](https://github.com/sebastianbergmann/phpunit/issues/5898): `Test\Passed` event is not emitted for PHPT tests
10
+* `--coverage-filter` CLI option could not be used multiple times
11
12
## [11.2.7] - 2024-07-10
13
src/TextUI/Configuration/Cli/Builder.php
@@ -860,6 +860,8 @@ public function fromParameters(array $parameters): Configuration
860
861
$coverageFilter[] = $option[1];
862
863
+ $optionAllowedMultipleTimes = true;
864
+
865
break;
866
867
case '--random-order':
0 commit comments