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 18:08:35 +0400
committerMichal Čihař <mcihar@suse.cz>2012-05-14 18:08:35 +0400
commit97a1ecbdd827e93ff0a3f0b027e09b6f92bee431 (patch)
treed574995a2fdac474088a2dc15e8d143e7c5bf46d /test
parent44d4a56c20cec232cd0eeb6feb48e4d2137e1783 (diff)
Remove commented out code
Diffstat (limited to 'test')
-rw-r--r--test/classes/PMA_Config_test.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/classes/PMA_Config_test.php b/test/classes/PMA_Config_test.php
index 1314bc9378..acf1da21af 100644
--- a/test/classes/PMA_Config_test.php
+++ b/test/classes/PMA_Config_test.php
@@ -348,9 +348,6 @@ class PMA_ConfigTest extends PHPUnit_Framework_TestCase
$this->assertFalse($this->object->checkConfigSource());
$this->assertEquals(0, $this->object->source_mtime);
-// if(! is_readable($this->object->getSource()))
-// $this->markTestSkipped('Configuration file is read only');
-
$this->object->setSource('libraries/config.default.php');
$this->assertNotEmpty($this->object->getSource());