Skip to content

Commit

Permalink
5.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Naktibalda committed Dec 28, 2022
1 parent c437596 commit 994ca6c
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.6

* Fixed `canSee` assertions in Unit format #6610
* `tryTo` methods must return boolean result #6614
* Fixed various issues with handling of `@skip` and `@incomplete` annotations and attributes in Cest format #6617
* Stopped adding `__mocked` field to mocks created by Stub library #6620
* Fixed deprecated string syntax in Run command #6618 by @shtiher-pp

#### 5.0.5

* Don't disable test shuffling when --shard option is used (#6605)
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.5';
public const VERSION = '5.0.6';

protected ResultAggregator $resultAggregator;

Expand Down

0 comments on commit 994ca6c

Please sign in to comment.