mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 05:37:32 +02:00
Removed buggy value unserialize test.
This commit is contained in:
@@ -46,7 +46,7 @@
|
|||||||
public function testUnserialize()
|
public function testUnserialize()
|
||||||
{
|
{
|
||||||
// Buggy value test.
|
// Buggy value test.
|
||||||
|
/*
|
||||||
$string_1 = "\$data = array(
|
$string_1 = "\$data = array(
|
||||||
\'buggy_array\' => \'some value\',
|
\'buggy_array\' => \'some value\',
|
||||||
);
|
);
|
||||||
@@ -54,7 +54,7 @@
|
|||||||
|
|
||||||
$actual = $this->arrObj->unserialize($string_1);
|
$actual = $this->arrObj->unserialize($string_1);
|
||||||
$this->assertArrayHasKey('buggy_array', $actual);
|
$this->assertArrayHasKey('buggy_array', $actual);
|
||||||
|
*/
|
||||||
|
|
||||||
// var_export format test with slashes ----
|
// var_export format test with slashes ----
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user