Skip to content

Commit

Permalink
Remove duplicate constant.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Dec 17, 2019
1 parent 1aabe07 commit 8acbc5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
require_once 'vendor/autoload.php';

// Path constants to a few helpful things.
define('DS', DIRECTORY_SEPARATOR);
define('ROOT', dirname(__DIR__) . DS);
define('CAKE_CORE_INCLUDE_PATH', ROOT . 'vendor' . DS . 'cakephp' . DS . 'cakephp');
define('CORE_PATH', ROOT . 'vendor' . DS . 'cakephp' . DS . 'cakephp' . DS);
Expand Down

0 comments on commit 8acbc5f

Please sign in to comment.