FIX Remove call to non-existent constructExtensions method

This commit is contained in:
Steve Boyd 2022-08-30 12:49:48 +12:00
parent a45c669b4d
commit 33b0e6c74a
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;
}