diff --git a/tests/unit/e_arrayTest.php b/tests/unit/e_arrayTest.php index 81afe0bb3..dce5fd884 100644 --- a/tests/unit/e_arrayTest.php +++ b/tests/unit/e_arrayTest.php @@ -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);