From 1d2b4b429f9ce3fc51a8b2bb8b9ec46a412877f3 Mon Sep 17 00:00:00 2001 From: Jessica Mauerhan Date: Thu, 24 Mar 2016 10:00:28 -0400 Subject: [PATCH] AspectMock all src --- tests/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index ad1bb10..deb7d0c 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -5,6 +5,6 @@ if (!defined('HHVM_VERSION')) { $kernel = \AspectMock\Kernel::getInstance(); $kernel->init([ 'debug' => true, - 'includePaths' => [__DIR__ . '/../src/Generator'] + 'includePaths' => [__DIR__ . '/../src'] ]); }