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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user