Skip to content

Commit

Permalink
Document tests, remove test methods which do not make much sense
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed May 14, 2012
1 parent a98050d commit e9e0501
Showing 1 changed file with 4 additions and 68 deletions.
72 changes: 4 additions & 68 deletions test/classes/PMA_Config_test.php
Expand Up @@ -449,7 +449,7 @@ public function testDetectHttps()
}

/**
*
* Test for checking cookie path
*
* @depends testDetectHttps
*/
Expand All @@ -461,7 +461,7 @@ public function testCheckCookiePath()
}

/**
*
* Test for backward compatibility globals
*
* @depends testCheckSystem
* @depends testCheckWebServer
Expand Down Expand Up @@ -505,70 +505,6 @@ public function testSave()
);
}

/**
*
*
* @todo Implement testGetFontsizeForm().
*/
public function testGetFontsizeForm()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}

/**
*
*
* @todo Implement testRemoveCookie().
*/
public function testRemoveCookie()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
*
*
* @todo Implement testCheckFontsize().
*/
public function testCheckFontsize()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}

/**
*
*
* @todo Implement testCheckUpload().
*/
public function testCheckUpload()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}

/**
*
*
* @todo Implement testCheckUploadSize().
*/
public function testCheckUploadSize()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}

/**
*
*
Expand Down Expand Up @@ -651,7 +587,7 @@ public function testGetUserValue()
}

/**
*
* Should test getting unique value for theme
*
* @todo Implement testGetThemeUniqueValue().
*/
Expand All @@ -664,7 +600,7 @@ public function testGetThemeUniqueValue()
}

/**
*
* Should test checking of config permissions
*
* @todo Implement testCheckPermissions().
*/
Expand Down

0 comments on commit e9e0501

Please sign in to comment.