1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 06:38:00 +02:00

Fix e_arrayTest::testUnserialize()

e_DEBUG is already set because of the new test debug strategy
This commit is contained in:
Nick Liu
2020-01-17 21:00:09 +01:00
parent 1d72d48a35
commit dbdb5f4a86

View File

@@ -108,7 +108,6 @@ $data = array (
$this->assertArrayHasKey('TITLE', $actual);
define('e_DEBUG', true);
// case sitePrefs
// $string_6 = $this->getSitePrefExample();
// $actual = $this->arrObj->unserialize($string_6);