Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #523 Fix accessing
PantherTestCaseTrait::$webServerDir
before i…
…nitialization (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"
- Loading branch information