Skip to content
Snippets Groups Projects
Commit d8230f9f authored by efalcy's avatar efalcy
Browse files

opac3-mode : Ajout d'un zend loader pour find_tests

parent bf9658b2
Branches
Tags
No related merge requests found
......@@ -22,7 +22,7 @@ $parts = explode(DIRECTORY_SEPARATOR, $path);
$parts = array_reverse($parts);
defineConstant("BASE_URL", "/" . $parts[1]);
Zend_Loader::registerAutoload();
require_once('PHP/CodeCoverage/Autoload.php');
require_once('PHP/Token/Stream/CachingFactory.php');
......
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