mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
Don't load plugins and themes in tests
This commit is contained in:
parent
a778878ec5
commit
5213867611
|
|
@ -17,8 +17,6 @@ $grav = function() {
|
|||
}
|
||||
|
||||
$grav['streams'];
|
||||
$grav['plugins']->init();
|
||||
$grav['themes']->init();
|
||||
|
||||
$grav['uri']->init();
|
||||
$grav['debugger']->init();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user