mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-06 11:32:40 +00:00
Fixing failing test case.
This commit is contained in:
parent
bcab3d0cb9
commit
e077cf8535
1 changed files with 2 additions and 0 deletions
|
@ -493,6 +493,8 @@ class FolderTest extends CakeTestCase {
|
|||
);
|
||||
|
||||
$result = $Folder->tree(null, false);
|
||||
sort($result[0]);
|
||||
sort($expected[0]);
|
||||
sort($result[1]);
|
||||
sort($expected[1]);
|
||||
$this->assertEquals($expected, $result);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue