mark test incomplete

This commit is contained in:
John Bintz 2009-06-15 20:55:04 -04:00
parent 95414a4049
commit dae7abcbb5
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ require_once(realpath(dirname(__FILE__) . '/../../mockpress/mockpress.php'));
class ComicPressSidebarStandardTest extends PHPUnit_Framework_TestCase { class ComicPressSidebarStandardTest extends PHPUnit_Framework_TestCase {
function testInitialize() { function testInitialize() {
global $comicpress_manager; global $comicpress_manager;
$this->markTestIncomplete();
} }
function providerTestThumbnailGenerationInfo() { function providerTestThumbnailGenerationInfo() {