Merge pull request #80 from creative-commoners/pulls/3/construct-extensions

FIX Remove call to non-existent constructExtensions method
This commit is contained in:
Guy Sartorelli 2022-09-01 16:50:28 +12:00 committed by GitHub
commit 5c73330ba7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ class TestSessionEnvironment
public function __construct($id = null)
{
$this->constructExtensions();
if ($id) {
$this->id = $id;
}