remove unnecessary test

This commit is contained in:
John Bintz 2009-06-28 21:18:54 -04:00
parent e6bcbe6c92
commit 05de80e821

View File

@ -240,11 +240,6 @@ class PluginWonderfulTest extends PHPUnit_Framework_TestCase {
$this->assertEquals($expected_body, $this->pw->inject_ads_into_body_copy("body"));
}
function testCreateTarget() {
$this->markTestIncomplete();
}
function testGetView() {
$this->markTestIncomplete();
}