We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77892d8 commit 6f8044cCopy full SHA for 6f8044c
CHANGELOG-5.x.md
@@ -1,3 +1,8 @@
1
+#### 5.3.1
2
+
3
+* Issue 6857: Update Actor::__call() to have return type 'mixed' by @troy-rudolph in #6858
4
+* Fix auto-injection of the tester property by @W0rma in #6856
5
6
#### 5.3.0
7
8
* Update readme.md by @rossaddison in #6834
src/Codeception/Codecept.php
@@ -36,7 +36,7 @@ class Codecept
36
/**
37
* @var string
38
*/
39
- public const VERSION = '5.3.0';
+ public const VERSION = '5.3.1';
40
41
protected ResultAggregator $resultAggregator;
42
0 commit comments