mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
remove cheating, sort() always returns true
This commit is contained in:
parent
e4d7ebfa3e
commit
3f8934634b
1 changed files with 3 additions and 1 deletions
|
@ -750,7 +750,9 @@ class FolderTest extends CakeTestCase {
|
|||
$path . DS . 'level_1_1 removed',
|
||||
$path . ' removed'
|
||||
);
|
||||
$this->assertEquals(sort($expected), sort($messages));
|
||||
sort($expected);
|
||||
sort($messages);
|
||||
$this->assertEquals($expected, $messages);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue