You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #523 Fix accessing PantherTestCaseTrait::$webServerDir before initialization (kbond)
This PR was merged into the 2.0.x-dev branch.
Discussion
----------
Fix accessing `PantherTestCaseTrait::$webServerDir` before initialization
`PantherTestCaseTrait::getWebServerDir()` can access `PantherTestCaseTrait::$webServerDir` before it's initialized. I believe this was just missed in #517.
Commits
-------
39efc06 fix "webServerDir must not be accessed before initialization"
0 commit comments