From 22cfa20b37575d7fd340f4c5a8de90aef7fa5bcb Mon Sep 17 00:00:00 2001 From: Natan Felles Date: Fri, 30 Nov 2018 19:42:18 -0200 Subject: [PATCH] Initialize the Autloader service after a services reset --- tests/system/View/ParserPluginTest.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/tests/system/View/ParserPluginTest.php b/tests/system/View/ParserPluginTest.php index a656e4c15f2f..bd8588ddae3d 100644 --- a/tests/system/View/ParserPluginTest.php +++ b/tests/system/View/ParserPluginTest.php @@ -1,10 +1,14 @@ initialize(new \Config\Autoload()); $this->parser = \Config\Services::parser(); $this->validator = \Config\Services::validation(); }