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:24:37 +0400
committerMichal Čihař <mcihar@suse.cz>2012-05-14 17:24:37 +0400
commitd3b43b94a7477eba4a1bb4020d2cfc52ebc98d1a (patch)
treefb21bd63eeac2cb8544d06b05ef261ee4bf7a119 /test
parent3bc02735ca219dfa49c457fad3d9454bc0dfb72a (diff)
Documentation for some tests
Diffstat (limited to 'test')
-rw-r--r--test/classes/PMA_Config_test.php20
1 files changed, 6 insertions, 14 deletions
diff --git a/test/classes/PMA_Config_test.php b/test/classes/PMA_Config_test.php
index 14934f29a7..ec4b89dd51 100644
--- a/test/classes/PMA_Config_test.php
+++ b/test/classes/PMA_Config_test.php
@@ -591,9 +591,7 @@ class PMA_ConfigTest extends PHPUnit_Framework_TestCase
}
/**
- *
- *
- * @todo finish implementing test + dependencies
+ * Tests loading of config file
*/
public function testLoad()
{
@@ -603,9 +601,9 @@ class PMA_ConfigTest extends PHPUnit_Framework_TestCase
}
/**
+ * Test for loading user preferences
*
- *
- * @todo Implement testLoadUserPreferences().
+ * @todo Test actualy preferences loading
*/
public function testLoadUserPreferences()
{
@@ -615,9 +613,7 @@ class PMA_ConfigTest extends PHPUnit_Framework_TestCase
}
/**
- *
- *
- * @todo Implement testSetUserValue().
+ * Test for setting user config value
*/
public function testSetUserValue()
{
@@ -627,9 +623,7 @@ class PMA_ConfigTest extends PHPUnit_Framework_TestCase
}
/**
- *
- *
- * @todo Implement testGetUserValue().
+ * Test for getting user config value
*/
public function testGetUserValue()
{
@@ -664,9 +658,7 @@ class PMA_ConfigTest extends PHPUnit_Framework_TestCase
/**
- *
- *
- * @todo Implement testSetCookie().
+ * Test for setting cookies
*/
public function testSetCookie()
{