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…
Reference in New Issue