Don't load plugins and themes in tests

This commit is contained in:
Flavio Copes 2016-04-14 20:04:38 +02:00
parent a778878ec5
commit 5213867611

View File

@ -17,8 +17,6 @@ $grav = function() {
}
$grav['streams'];
$grav['plugins']->init();
$grav['themes']->init();
$grav['uri']->init();
$grav['debugger']->init();