summaryrefslogtreecommitdiffstats
path: root/tests/Bootstrap.php
diff options
context:
space:
mode:
authordchill42 <dchill42@gmail.com>2012-10-14 21:44:39 +0200
committerdchill42 <dchill42@gmail.com>2012-10-14 23:28:26 +0200
commite9435dc7e5a4a9779eb83d8adf172fabf47ab5a6 (patch)
tree5e1f5a24c6ee9f4e72a0970e4392223265d1f02a /tests/Bootstrap.php
parent93ec20b8d9afbf8cb22ec6383b7fb24fe70330e8 (diff)
Adapted DB for VFS changes and fixed Common case in Bootstrap.php
Signed-off-by: dchill42 <dchill42@gmail.com>
Diffstat (limited to 'tests/Bootstrap.php')
-rw-r--r--tests/Bootstrap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php
index ea8d8aea8..8ce80b3fd 100644
--- a/tests/Bootstrap.php
+++ b/tests/Bootstrap.php
@@ -38,7 +38,7 @@ isset($_SERVER['REMOTE_ADDR']) OR $_SERVER['REMOTE_ADDR'] = '127.0.0.1';
// Prep our test environment
include_once $dir.'/mocks/core/common.php';
-include_once SYSTEM_PATH.'core/common.php';
+include_once SYSTEM_PATH.'core/Common.php';
include_once $dir.'/mocks/autoloader.php';
spl_autoload_register('autoload');