mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
test: Don't require Mockery the legacy way
Installing locally as composer library is now the only way.
This commit is contained in:
parent
6d2a585de9
commit
23c4ae2469
@ -112,13 +112,6 @@ set_include_path(
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
if (! class_exists('Mockery')) {
|
|
||||||
require_once 'Mockery/Loader.php';
|
|
||||||
|
|
||||||
$mockeryLoader = new \Mockery\Loader;
|
|
||||||
$mockeryLoader->register();
|
|
||||||
}
|
|
||||||
|
|
||||||
require_once 'Zend/Loader/Autoloader.php';
|
require_once 'Zend/Loader/Autoloader.php';
|
||||||
\Zend_Loader_Autoloader::getInstance();
|
\Zend_Loader_Autoloader::getInstance();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user