mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Fixing whitespace
This commit is contained in:
parent
e68a61c375
commit
94998763a5
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ class HashTest extends CakeTestCase {
|
|||
$default = array('empty');
|
||||
$this->assertEquals($default, Hash::get($data, '5.Article.title', $default));
|
||||
$this->assertEquals($default, Hash::get(array(), '5.Article.title', $default));
|
||||
|
||||
|
||||
$result = Hash::get($data, '1.Article.title.not_there');
|
||||
$this->assertNull($result);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue