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 dfe90fa commit fcfa1d0Copy full SHA for fcfa1d0
CHANGELOG-5.x.md
@@ -1,3 +1,8 @@
1
+#### 5.1.1
2
+
3
+* Reimplement coverage:exclude option for PHPUnit 11 in #6739
4
+* Improved output of Bootstrap command by @ThomasLandauer in #6735
5
6
#### 5.1.0
7
8
* Support PHPUnit 11
src/Codeception/Codecept.php
@@ -36,7 +36,7 @@ class Codecept
36
/**
37
* @var string
38
*/
39
- public const VERSION = '5.1.0';
+ public const VERSION = '5.1.1';
40
41
protected ResultAggregator $resultAggregator;
42
0 commit comments