diff --git a/test/classes/PMA_Theme_test.php b/test/classes/PMA_Theme_test.php index 7e483f8fb6..51369ba7a7 100644 --- a/test/classes/PMA_Theme_test.php +++ b/test/classes/PMA_Theme_test.php @@ -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(