Merge remote-tracking branch 'origin/master'

This commit is contained in:
Michal Čihař 2012-07-03 13:31:58 +02:00
commit a863a4fb6d

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(