mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
PHP tests: don't require Hamcrest
This commit is contained in:
parent
ca1dafeec3
commit
a3fa31c35a
@ -20,7 +20,6 @@ if (!defined('ICINGA_LIBDIR')) {
|
||||
set_include_path(implode(PATH_SEPARATOR, array($libraryPath, get_include_path())));
|
||||
|
||||
require_once 'Mockery/Loader.php';
|
||||
require_once 'Hamcrest/Hamcrest.php';
|
||||
$mockeryLoader = new \Mockery\Loader;
|
||||
$mockeryLoader->register();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user