mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
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();
|
||||
|
||||
set_include_path(
|
||||
implode(
|
||||
PATH_SEPARATOR,
|
||||
array($libraryPath . '/vendor', get_include_path())
|
||||
)
|
||||
);
|
||||
|
||||
require_once 'Zend/Loader/Autoloader.php';
|
||||
\Zend_Loader_Autoloader::getInstance();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user