Skip to content
Snippets Groups Projects
Commit 8f6cfc60 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

ensure PhpParser library autoload in tests

parent 8545e05d
Branches
Tags
1 merge request!2676Master
Pipeline #4250 passed with stage
in 43 minutes and 19 seconds
......@@ -62,6 +62,7 @@ $_SERVER['HTTP_HOST'] = 'localhost';
setupOpac();
ZendAfi_Controller_Action_Helper_RenderIcal::ensureAutoload();
require_once __DIR__ . '/../library/PhpParser/lib/bootstrap.php';
(new Storm_Cache())->getCache()->setOption('caching', true);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment