Skip to content

Commit

Permalink
5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Naktibalda committed Sep 30, 2022
1 parent fdc8bac commit b9a12f8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG-5.x.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
#### 5.0.3

* Fixed passing test result to dependent tests in unit tests (#6580)
* Fixed `TypeError` when @coversNothing annotation is used by Slamdunk (#6582)
* `codecept init unit` creates `tests/Support` directory (#6578)
* Fixed phar file url in `self-update` command by @voku (#6563)
* Added message how to exit Codeception console by @ThomasLandauer (#6561)
* Improved compatibility with PHPUnit 10

#### 5.0.2

* Fixed remote code coverage for namespaced suites (#6533)
Expand Down
2 changes: 1 addition & 1 deletion src/Codeception/Codecept.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Codecept
/**
* @var string
*/
public const VERSION = '5.0.2';
public const VERSION = '5.0.3';

protected ResultAggregator $resultAggregator;

Expand Down

0 comments on commit b9a12f8

Please sign in to comment.