From c6d843241f191c5353665dbb900e2ab79eeccdf9 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Tue, 16 Jan 2018 17:29:18 +1300 Subject: [PATCH] API Remove reference to removed constructExtension() method --- src/TestSessionEnvironment.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/TestSessionEnvironment.php b/src/TestSessionEnvironment.php index f6b6c91..940e377 100644 --- a/src/TestSessionEnvironment.php +++ b/src/TestSessionEnvironment.php @@ -78,7 +78,6 @@ class TestSessionEnvironment public function __construct($id = null) { - $this->constructExtensions(); if ($id) { $this->id = $id; }