From 05de80e821942389084844f7242e2e6c06b38363 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Sun, 28 Jun 2009 21:18:54 -0400 Subject: [PATCH] remove unnecessary test --- test/PluginWonderfulTest.php | 5 ----- 1 file changed, 5 deletions(-) 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(); }