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 237585c commit 3b2d7d1Copy full SHA for 3b2d7d1
CHANGELOG-5.x.md
@@ -1,6 +1,11 @@
1
+#### 5.1.2
2
+
3
+* Prevent unrelated error from being displayed if a scenario step has failed by @craig-mcmahon in #6743
4
+* Replace Laravel5 with Laravel module in module installation suggestion by @W0rma in #6742
5
6
#### 5.1.1
7
-* Reimplement coverage:exclude option for PHPUnit 11 in #6739
8
+* Reimplemented coverage:exclude option for PHPUnit 11 in #6739
9
* Improved output of Bootstrap command by @ThomasLandauer in #6735
10
11
#### 5.1.0
src/Codeception/Codecept.php
@@ -36,7 +36,7 @@ class Codecept
36
/**
37
* @var string
38
*/
39
- public const VERSION = '5.1.1';
+ public const VERSION = '5.1.2';
40
41
protected ResultAggregator $resultAggregator;
42
0 commit comments