mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
Adding App::import() to fix broken tests when running behavior test individually.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7907 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
cf3a194807
commit
48119947b8
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
* @lastmodified $Date$
|
||||
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
||||
*/
|
||||
App::import('Model', 'AppModel');
|
||||
|
||||
require_once dirname(__FILE__) . DS . 'models.php';
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue