Skip to content

Commit

Permalink
Closes #5120
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Dec 23, 2022
1 parent 3e2062a commit 04f88bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 7 additions & 0 deletions ChangeLog-8.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes of the PHPUnit 8.5 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.

## [8.5.32] - 2022-MM-DD

### Fixed

* [#5120](https://github.com/sebastianbergmann/phpunit/issues/5120): Test Runner incorrectly treats `--testsuite` and `--list-tests` as not combinable options

## [8.5.31] - 2022-10-28

### Fixed
Expand Down Expand Up @@ -256,6 +262,7 @@ All notable changes of the PHPUnit 8.5 release series are documented in this fil
* [#3967](https://github.com/sebastianbergmann/phpunit/issues/3967): Cannot double interface that extends interface that extends `\Throwable`
* [#3968](https://github.com/sebastianbergmann/phpunit/pull/3968): Test class run in a separate PHP process are passing when `exit` called inside

[8.5.32]: https://github.com/sebastianbergmann/phpunit/compare/8.5.31...8.5
[8.5.31]: https://github.com/sebastianbergmann/phpunit/compare/8.5.30...8.5.31
[8.5.30]: https://github.com/sebastianbergmann/phpunit/compare/8.5.29...8.5.30
[8.5.29]: https://github.com/sebastianbergmann/phpunit/compare/8.5.28...8.5.29
Expand Down
2 changes: 0 additions & 2 deletions src/TextUI/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,6 @@ private function handleListTests(TestSuite $suite, bool $exit): int
'filter',
'groups',
'excludeGroups',
'testsuite',
]
);

Expand Down Expand Up @@ -1342,7 +1341,6 @@ private function handleListTestsXml(TestSuite $suite, string $target, bool $exit
'filter',
'groups',
'excludeGroups',
'testsuite',
]
);

Expand Down

0 comments on commit 04f88bf

Please sign in to comment.