From ef411a2318eff2bf56a98384c647d9acbbe5f783 Mon Sep 17 00:00:00 2001 From: michalsn Date: Mon, 2 Mar 2020 21:47:51 +0100 Subject: [PATCH] Fix MockSession --- src/tests/_support/SessionTestCase.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tests/_support/SessionTestCase.php b/src/tests/_support/SessionTestCase.php index 5e5bee8..5139965 100644 --- a/src/tests/_support/SessionTestCase.php +++ b/src/tests/_support/SessionTestCase.php @@ -1,7 +1,7 @@ session = new MockSession(new ArrayHandler($config, '0.0.0.0'), $config); \Config\Services::injectMock('session', $this->session);