mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
Importing controller in bake test to make it pass under the cli runner
This commit is contained in:
parent
d5c51b9b09
commit
da9d1c6b06
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
App::import('Shell', 'Shell', false);
|
||||
App::import('Core', 'Controller');
|
||||
|
||||
if (!defined('DISABLE_AUTO_DISPATCH')) {
|
||||
define('DISABLE_AUTO_DISPATCH', true);
|
||||
|
|
Loading…
Add table
Reference in a new issue