mirror of
https://github.com/getgrav/grav.git
synced 2026-05-06 21:27:28 +02:00
Don't load plugins and themes in tests
This commit is contained in:
@@ -17,8 +17,6 @@ $grav = function() {
|
||||
}
|
||||
|
||||
$grav['streams'];
|
||||
$grav['plugins']->init();
|
||||
$grav['themes']->init();
|
||||
|
||||
$grav['uri']->init();
|
||||
$grav['debugger']->init();
|
||||
|
||||
Reference in New Issue
Block a user