Merge pull request #55 from open-sausages/pulls/3/remove-construct-extension

API Remove reference to removed constructExtension() method
This commit is contained in:
Daniel Hensby 2018-01-16 09:52:06 +00:00 committed by GitHub
commit eb1ae314ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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