mirror of
https://github.com/silverstripe/silverstripe-testsession
synced 2024-10-22 14:06:00 +02:00
FIX Remove call to non-existent constructExtensions method
This commit is contained in:
parent
a45c669b4d
commit
33b0e6c74a
@ -80,7 +80,6 @@ class TestSessionEnvironment
|
||||
|
||||
public function __construct($id = null)
|
||||
{
|
||||
$this->constructExtensions();
|
||||
if ($id) {
|
||||
$this->id = $id;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user