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 83c8413 commit f47547bCopy full SHA for f47547b
CHANGELOG-4.x.md
@@ -1,3 +1,9 @@
1
+#### 4.1.18
2
+
3
+* Fix cleanup of included test directories #6117 by @rolandsaven
4
+* Clean command will not delete .gitkeep files in _output directory #6118
5
+* Add line break between opening tag and namespace in generated Cest and Test files #6072
6
7
#### 4.1.17
8
9
* Fix `codecept run suite` when suite name matches directory (bug introduced in 4.1.16)
src/Codeception/Codecept.php
@@ -10,7 +10,7 @@ class Codecept
10
{
11
use DispatcherWrapper;
12
13
- const VERSION = '4.1.17';
+ const VERSION = '4.1.18';
14
15
/**
16
* @var \Codeception\PHPUnit\Runner
0 commit comments