mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Fixing possible test case failure
This commit is contained in:
parent
16d29a8d0e
commit
01b04314c9
1 changed files with 1 additions and 1 deletions
|
@ -750,7 +750,7 @@ class FolderTest extends CakeTestCase {
|
||||||
$path . DS . 'level_1_1 removed',
|
$path . DS . 'level_1_1 removed',
|
||||||
$path . ' removed'
|
$path . ' removed'
|
||||||
);
|
);
|
||||||
$this->assertEquals($expected, $messages);
|
$this->assertEquals(sort($expected), sort($messages));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue