From bfc4afdf1f1ff4c7dee6cb8f73ed705333eea362 Mon Sep 17 00:00:00 2001 From: Martin Hujer Date: Thu, 15 Feb 2018 09:22:03 +0100 Subject: [PATCH] Tests: configure cacheDir for AspectMock --- tests/bootstrap.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 7783347..b37eeca 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -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'] ]);