Use shipped Zend framework in the testsuite as well
This commit is contained in:
parent
ecc49d3f86
commit
625fa4d738
|
@ -56,6 +56,13 @@ foreach ($modules as $module) {
|
||||||
|
|
||||||
$loader->register();
|
$loader->register();
|
||||||
|
|
||||||
|
set_include_path(
|
||||||
|
implode(
|
||||||
|
PATH_SEPARATOR,
|
||||||
|
array($libraryPath . '/vendor', get_include_path())
|
||||||
|
)
|
||||||
|
);
|
||||||
|
|
||||||
require_once 'Zend/Loader/Autoloader.php';
|
require_once 'Zend/Loader/Autoloader.php';
|
||||||
\Zend_Loader_Autoloader::getInstance();
|
\Zend_Loader_Autoloader::getInstance();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue