mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Adding recursive level = 3 for Ticket #2613
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5600 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
f053eb7d26
commit
fc3990cc87
1 changed files with 2 additions and 0 deletions
|
@ -1427,9 +1427,11 @@ function testRecursiveFindAllWithLimit() {
|
|||
|
||||
function testSelFAssociationAfterFind() {
|
||||
$afterFindModel =& new NodeAfterFind();
|
||||
$afterFindModel->recursive = 3;
|
||||
$afterFindData = $afterFindModel->findAll();
|
||||
|
||||
$noAfterFindModel =& new NodeNoAfterFind();
|
||||
$noAfterFindModel->recursive = 3;
|
||||
$noAfterFindData = $noAfterFindModel->findAll();
|
||||
|
||||
$this->assertNotEqual($afterFindModel, $noAfterFindModel);
|
||||
|
|
Loading…
Add table
Reference in a new issue