1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-07 06:03:25 +02:00

Merge branch 'master' of github.com:e107inc/e107-test

This commit is contained in:
Nick Liu 2018-09-09 01:18:48 -05:00
commit 8f38794e14
No known key found for this signature in database
GPG Key ID: 1167C5F9C9897637
2 changed files with 182 additions and 40 deletions

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

File diff suppressed because one or more lines are too long