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