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 5e6c2fa commit c2eaddaCopy full SHA for c2eadda
CHANGELOG-4.1.md
@@ -1,3 +1,8 @@
1
+#### 4.1.10
2
+
3
+* Use fully qualified name for class constant defaults #6016 by @lastzero
4
+* add ServerConstAdapter for phpdotenv v5 #6015 by #retnek
5
6
#### 4.1.9
7
8
* Support PHP 8 #5999
src/Codeception/Codecept.php
@@ -10,7 +10,7 @@ class Codecept
10
{
11
use DispatcherWrapper;
12
13
- const VERSION = '4.1.9';
+ const VERSION = '4.1.10';
14
15
/**
16
* @var \Codeception\PHPUnit\Runner
0 commit comments