mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Fixed a typo
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
// json value test.
|
||||
|
||||
$string_4 = '{ "json": "some value" }';
|
||||
$actual = $this->arrObj->unserialize(stripslashes($string_4));
|
||||
$actual = $this->arrObj->unserialize($string_4);
|
||||
$this->assertArrayHasKey('json', $actual);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user