Tests: configure cacheDir for AspectMock

This commit is contained in:
Martin Hujer
2018-02-15 09:22:03 +01:00
committed by Ben Ramsey
parent f3e0fed2d7
commit bfc4afdf1f
+1
View File
@@ -4,5 +4,6 @@ include __DIR__ . '/../vendor/autoload.php'; // composer autoload
$kernel = \AspectMock\Kernel::getInstance();
$kernel->init([
'debug' => true,
'cacheDir' => sys_get_temp_dir(),
'includePaths' => [__DIR__ . '/../src']
]);