Skip to content

Commit

Permalink
Move additional.inc.php file to root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiftas committed Feb 6, 2015
1 parent 2dd8930 commit f2c5404
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/bootstrap/bootstrap_unit.php
Expand Up @@ -19,7 +19,7 @@
require_once TEST_LIBRARY_PATH . '/test_config.inc.php';
require_once TEST_LIBRARY_PATH . 'vendor/autoload.php';
require_once "unit/OxidTestCase.php";
require_once TEST_LIBRARY_PATH . '/additional.inc.php';
require_once TESTS_DIRECTORY . '/additional.inc.php';
require_once TEST_LIBRARY_PATH . "/oxTestModuleLoader.php";

if (defined('SHOPRESTORATIONCLASS') && file_exists(TEST_LIBRARY_PATH . SHOPRESTORATIONCLASS . ".php")) {
Expand Down
File renamed without changes.

0 comments on commit f2c5404

Please sign in to comment.