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 24736ba commit e817f83Copy full SHA for e817f83
CHANGELOG-4.1.md
@@ -1,3 +1,7 @@
1
+#### 4.1.13
2
+
3
+* Gherkin: Fixed loading methods from namespaced helper classes #6057
4
5
#### 4.1.12
6
7
* Dependency Injection: Fix PHP types being treated as classes #6031 by @cs278
src/Codeception/Codecept.php
@@ -10,7 +10,7 @@ class Codecept
10
{
11
use DispatcherWrapper;
12
13
- const VERSION = '4.1.12';
+ const VERSION = '4.1.13';
14
15
/**
16
* @var \Codeception\PHPUnit\Runner
0 commit comments