diff --git a/test/PluginWonderfulTest.php b/test/PluginWonderfulTest.php index 639f972..e0c1f31 100644 --- a/test/PluginWonderfulTest.php +++ b/test/PluginWonderfulTest.php @@ -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(); }