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 f1e1daa commit 9b174d1Copy full SHA for 9b174d1
CHANGELOG-4.1.md
@@ -1,3 +1,10 @@
1
+#### 4.1.15
2
+
3
+* GroupManager: Show which group contains a missing file #5938
4
+* Ignore . namespace in generators when someone pass path as a class name, e.g. ./foo #5818
5
+* Removed "Running with seed" from CLI report (#6088) by @eXorus
6
+* Suggest most similar module in missing module exception #6079 by @c33s
7
8
#### 4.1.14
9
10
* Improved compatibility logic for Symfony EventDispatcher
src/Codeception/Codecept.php
@@ -10,7 +10,7 @@ class Codecept
{
11
use DispatcherWrapper;
12
13
- const VERSION = '4.1.14';
+ const VERSION = '4.1.15';
14
15
/**
16
* @var \Codeception\PHPUnit\Runner
0 commit comments