mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-15 16:07:55 +03:00
Tests: configure cacheDir for AspectMock
This commit is contained in:
@@ -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']
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user