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.
1 parent 53f3e4b commit fe63fd2Copy full SHA for fe63fd2
ChangeLog-10.5.md
@@ -7,6 +7,7 @@ All notable changes of the PHPUnit 10.5 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
## [10.5.27] - 2024-07-10
13
src/TextUI/Configuration/Cli/Builder.php
@@ -798,6 +798,8 @@ public function fromParameters(array $parameters): Configuration
798
799
$coverageFilter[] = $option[1];
800
801
+ $optionAllowedMultipleTimes = true;
802
+
803
break;
804
805
case '--random-order':
0 commit comments