Skip to content

Commit 52cc152

Browse files
Merge branch '10.5' into 11.2
2 parents 8ebca00 + fe63fd2 commit 52cc152

File tree

3 files changed

+2190
-0
lines changed

3 files changed

+2190
-0
lines changed

ChangeLog-11.2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ All notable changes of the PHPUnit 11.2 release series are documented in this fi
77
### Fixed
88

99
* [#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
1011

1112
## [11.2.7] - 2024-07-10
1213

src/TextUI/Configuration/Cli/Builder.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -860,6 +860,8 @@ public function fromParameters(array $parameters): Configuration
860860

861861
$coverageFilter[] = $option[1];
862862

863+
$optionAllowedMultipleTimes = true;
864+
863865
break;
864866

865867
case '--random-order':

0 commit comments

Comments
 (0)