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 fbea643 commit daf4fe1Copy full SHA for daf4fe1
CHANGELOG-4.1.md
@@ -1,3 +1,9 @@
1
+#### 4.1.16
2
+
3
+* Detect the suite from a test path relative to the current working dir (#6051)
4
+* GroupManager: Fixed bug introduced in 4.1.15
5
+* Show location of warning in error message (#6090)
6
7
#### 4.1.15
8
9
* GroupManager: Show which group contains a missing file #5938
src/Codeception/Codecept.php
@@ -10,7 +10,7 @@ class Codecept
10
{
11
use DispatcherWrapper;
12
13
- const VERSION = '4.1.15';
+ const VERSION = '4.1.16';
14
15
/**
16
* @var \Codeception\PHPUnit\Runner
0 commit comments