Skip to content

Commit cb80cae

Browse files
committed
5.1.0
1 parent c593427 commit cb80cae

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG-5.x.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
#### 5.0.13
27

38
* Add actor to Cest tests dataProviders by @weeg in #6696

src/Codeception/Codecept.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Codecept
3636
/**
3737
* @var string
3838
*/
39-
public const VERSION = '5.0.13';
39+
public const VERSION = '5.1.0';
4040

4141
protected ResultAggregator $resultAggregator;
4242

0 commit comments

Comments
 (0)