Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@suse.cz>2012-05-14 17:52:05 +0400
committerMichal Čihař <mcihar@suse.cz>2012-05-14 17:52:05 +0400
commit71836ff80ba36385e2f6614a344d67a372f9b4ee (patch)
treec7cba3756a5dab1f62da3bbaa1dbb82500878913 /test
parent7db8a82848992249533ef29700b6609861d3afc5 (diff)
Remove debug code
Diffstat (limited to 'test')
-rw-r--r--test/classes/PMA_Config_test.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/classes/PMA_Config_test.php b/test/classes/PMA_Config_test.php
index 3c582f538e..5f583456cb 100644
--- a/test/classes/PMA_Config_test.php
+++ b/test/classes/PMA_Config_test.php
@@ -625,8 +625,6 @@ class PMA_ConfigTest extends PHPUnit_Framework_TestCase
public function testLoadUserPreferences()
{
$this->assertNull($this->object->loadUserPreferences());
-
-// echo $GLOBALS['cfg']['ServerDefault'];
}
/**