Use shipped Zend framework in the testsuite as well

This commit is contained in:
Johannes Meyer 2014-11-27 11:37:02 +01:00
parent ecc49d3f86
commit 625fa4d738
1 changed files with 7 additions and 0 deletions

View File

@ -56,6 +56,13 @@ foreach ($modules as $module) {
$loader->register();
set_include_path(
implode(
PATH_SEPARATOR,
array($libraryPath . '/vendor', get_include_path())
)
);
require_once 'Zend/Loader/Autoloader.php';
\Zend_Loader_Autoloader::getInstance();