diff options
author | dchill42 <dchill42@gmail.com> | 2012-10-14 21:44:39 +0200 |
---|---|---|
committer | dchill42 <dchill42@gmail.com> | 2012-10-14 23:28:26 +0200 |
commit | e9435dc7e5a4a9779eb83d8adf172fabf47ab5a6 (patch) | |
tree | 5e1f5a24c6ee9f4e72a0970e4392223265d1f02a /tests/Bootstrap.php | |
parent | 93ec20b8d9afbf8cb22ec6383b7fb24fe70330e8 (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.php | 2 |
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'); |