test: Don't require Mockery the legacy way

Installing locally as composer library is now the only way.
This commit is contained in:
Johannes Meyer 2023-01-18 12:02:38 +01:00
parent 6d2a585de9
commit 23c4ae2469
1 changed files with 0 additions and 7 deletions

View File

@ -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';
\Zend_Loader_Autoloader::getInstance();