API Remove reference to removed constructExtension() method

This commit is contained in:
Damian Mooyman 2018-01-16 17:29:18 +13:00
parent 933dddcb6f
commit c6d843241f
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A
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;
}