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 c593427 commit cb80caeCopy full SHA for cb80cae
CHANGELOG-5.x.md
@@ -1,3 +1,8 @@
1
+#### 5.1.0
2
+
3
+* Support PHPUnit 11
4
+* Note: PHPUnit 11 does not support excluding files from code coverage report
5
6
#### 5.0.13
7
8
* Add actor to Cest tests dataProviders by @weeg in #6696
src/Codeception/Codecept.php
@@ -36,7 +36,7 @@ class Codecept
36
/**
37
* @var string
38
*/
39
- public const VERSION = '5.0.13';
+ public const VERSION = '5.1.0';
40
41
protected ResultAggregator $resultAggregator;
42
0 commit comments