Document todo

This commit is contained in:
Michal Čihař 2012-07-03 13:31:28 +02:00
parent 2119b2397f
commit d98942f347

View File

@ -213,6 +213,13 @@ class PMA_ThemeTest extends PHPUnit_Framework_TestCase
$this->assertEquals('/new/path', $this->object->getImgPath());
}
/**
* Test for loading CSS files.
*
* @return nothing
*
* @todo Needs to be revisited as original test is somehow broken.
*/
public function testLoadCss()
{
$this->markTestIncomplete(