Defines TESTS also after app bootstrap.php is loaded, #12636

This commit is contained in:
bancer 2018-10-26 15:52:39 +02:00
parent 53e3df20d0
commit ee1b1a10df

View file

@ -114,6 +114,9 @@ class Configure {
class_exists('Debugger');
class_exists('CakeText');
}
if (!defined('TESTS')) {
define('TESTS', APP . 'Test' . DS);
}
}
}