1
0
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:
Cameron
2018-07-22 11:05:38 -07:00
parent ab35c8a1df
commit 4320399ea7

View File

@@ -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);