Skip to content

Commit

Permalink
5.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Naktibalda committed Aug 22, 2023
1 parent 641efdd commit 1998a28
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG-5.x.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
#### 5.0.11

* Fix sharding for empty tests file by @SamMousa in #6667
* Add AllowDynamicProperties attribute to Unit by @erickskrauch in #6666
* Include mock expectations in assertion count by @rene-bos in #6672
* Allow multiple test dependencies by @mbrodala in #6676
* JUnitReporter: Fixed compatibility with PHPUnit 10.3 by @Naktibalda in #6685

#### 5.0.10

* JUnitReporter: Fixed compatibility with PHPUnit 10.0.16 #6656
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.10';
public const VERSION = '5.0.11';

protected ResultAggregator $resultAggregator;

Expand Down

0 comments on commit 1998a28

Please sign in to comment.