From 33b0e6c74aac78d70d09f0cc281a1e5455b238ef Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Tue, 30 Aug 2022 12:49:48 +1200 Subject: [PATCH] FIX Remove call to non-existent constructExtensions method --- src/TestSessionEnvironment.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/TestSessionEnvironment.php b/src/TestSessionEnvironment.php index 9b6eeb9..0a729e3 100644 --- a/src/TestSessionEnvironment.php +++ b/src/TestSessionEnvironment.php @@ -80,7 +80,6 @@ class TestSessionEnvironment public function __construct($id = null) { - $this->constructExtensions(); if ($id) { $this->id = $id; }