Skip to content

Commit

Permalink
Merge branch '10.5' into 11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jul 18, 2024
2 parents 8ebca00 + fe63fd2 commit 52cc152
Show file tree
Hide file tree
Showing 3 changed files with 2,190 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog-11.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ All notable changes of the PHPUnit 11.2 release series are documented in this fi
### Fixed

* [#5898](https://github.com/sebastianbergmann/phpunit/issues/5898): `Test\Passed` event is not emitted for PHPT tests
* `--coverage-filter` CLI option could not be used multiple times

## [11.2.7] - 2024-07-10

Expand Down
2 changes: 2 additions & 0 deletions src/TextUI/Configuration/Cli/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -860,6 +860,8 @@ public function fromParameters(array $parameters): Configuration

$coverageFilter[] = $option[1];

$optionAllowedMultipleTimes = true;

break;

case '--random-order':
Expand Down
Loading

0 comments on commit 52cc152

Please sign in to comment.