diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 0bd6cbe..a28fba6 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -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);