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:40:20 +0400
committerMichal Čihař <mcihar@suse.cz>2012-05-14 17:40:20 +0400
commitbd8d3e0134ec16dcbe092ab0e08c10939aa2515d (patch)
treed1f0c3d77df14c2cca9af11133e2fe0ece9aca4e /test
parente9e05017df0bf414f0d7ee623934e153fb14f3a1 (diff)
Remove never implemented save method and test for it
Diffstat (limited to 'test')
-rw-r--r--test/classes/PMA_Config_test.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/classes/PMA_Config_test.php b/test/classes/PMA_Config_test.php
index 34bebc962b..b373bc1678 100644
--- a/test/classes/PMA_Config_test.php
+++ b/test/classes/PMA_Config_test.php
@@ -495,19 +495,6 @@ class PMA_ConfigTest extends PHPUnit_Framework_TestCase
/**
*
*
- * @todo Implement testSave().
- */
- public function testSave()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
-
- /**
- *
- *
* @todo Implement testCheckIsHttps().
*/
public function testCheckIsHttps()