mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
"Extending the CakeTestModel instead of AppModel"
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6610 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
2e2176e35b
commit
ad19583f26
1 changed files with 1 additions and 1 deletions
|
@ -587,7 +587,7 @@ class ValidationTest2 extends CakeTestModel {
|
||||||
* @package cake.tests
|
* @package cake.tests
|
||||||
* @subpackage cake.tests.cases.libs.model
|
* @subpackage cake.tests.cases.libs.model
|
||||||
*/
|
*/
|
||||||
class Person extends AppModel {
|
class Person extends CakeTestModel {
|
||||||
var $name = 'Person';
|
var $name = 'Person';
|
||||||
var $belongsTo = array(
|
var $belongsTo = array(
|
||||||
'Mother' => array(
|
'Mother' => array(
|
||||||
|
|
Loading…
Add table
Reference in a new issue