Skip to content

Commit

Permalink
Defines TESTS also after app bootstrap.php is loaded, #12636
Browse files Browse the repository at this point in the history
  • Loading branch information
bancer committed Oct 26, 2018
1 parent 53e3df2 commit ee1b1a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Cake/Core/Configure.php
Expand Up @@ -114,6 +114,9 @@ public static function bootstrap($boot = true) {
class_exists('Debugger');
class_exists('CakeText');
}
if (!defined('TESTS')) {
define('TESTS', APP . 'Test' . DS);
}
}
}

Expand Down

0 comments on commit ee1b1a1

Please sign in to comment.