From 52138676118f1864a6ffe84803b13fddf7293c63 Mon Sep 17 00:00:00 2001 From: Flavio Copes Date: Thu, 14 Apr 2016 20:04:38 +0200 Subject: [PATCH] Don't load plugins and themes in tests --- tests/_bootstrap.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/_bootstrap.php b/tests/_bootstrap.php index 175353ee5b..1c0ffd94b8 100644 --- a/tests/_bootstrap.php +++ b/tests/_bootstrap.php @@ -17,8 +17,6 @@ } $grav['streams']; - $grav['plugins']->init(); - $grav['themes']->init(); $grav['uri']->init(); $grav['debugger']->init();