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 b3bc87d commit 39efc06Copy full SHA for 39efc06
CHANGELOG.md
@@ -1,6 +1,11 @@
1
CHANGELOG
2
=========
3
4
+2.0.1
5
+-----
6
+
7
+* Fix accessing `PantherTestCaseTrait::$webServerDir` before initialization
8
9
2.0.0
10
-----
11
src/PantherTestCaseTrait.php
@@ -31,7 +31,7 @@ trait PantherTestCaseTrait
31
{
32
public static bool $stopServerOnTeardown = true;
33
34
- protected static ?string $webServerDir;
+ protected static ?string $webServerDir = null;
35
36
protected static ?WebServerManager $webServerManager = null;
37
0 commit comments