1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 21:27:25 +02:00

Removed buggy value unserialize test.

This commit is contained in:
Cameron
2018-09-08 13:44:07 -07:00
parent aef5a04e00
commit bc29ef1efe

View File

@@ -46,7 +46,7 @@
public function testUnserialize()
{
// Buggy value test.
/*
$string_1 = "\$data = array(
\'buggy_array\' => \'some value\',
);
@@ -54,7 +54,7 @@
$actual = $this->arrObj->unserialize($string_1);
$this->assertArrayHasKey('buggy_array', $actual);
*/
// var_export format test with slashes ----