diff --git a/classes/PluginWonderful.php b/classes/PluginWonderful.php index 9006592..4a3874d 100644 --- a/classes/PluginWonderful.php +++ b/classes/PluginWonderful.php @@ -95,6 +95,7 @@ class PluginWonderful { return $content; } + // is this still necessary? function insert_activation_ad() { $result = get_option('plugin-wonderful-activate-ad-code'); if (!empty($result)) { echo $result; } diff --git a/test/PluginWonderfulTest.php b/test/PluginWonderfulTest.php index 906f498..6ef7050 100644 --- a/test/PluginWonderfulTest.php +++ b/test/PluginWonderfulTest.php @@ -1,9 +1,9 @@ assertEquals("test", ob_get_clean()); } + + function testInsertAdsIntoRSS() { + $this->markTestIncomplete(); + } + + function testInsertActivationAd() { + $this->markTestIncomplete(); + } + + function testInjectAdsIntoBodyCopy() { + $this->markTestIncomplete(); + } + + function testCreateTarget() { + $this->markTestIncomplete(); + } + + function testGetView() { + $this->markTestIncomplete(); + } + + function testHandleAction() { + $this->markTestIncomplete(); + } + + function testHandleActionSaveWidgets() { + $this->markTestIncomplete(); + } + + function testHandleActionChangeAdboxSettings() { + $this->markTestIncomplete(); + } + + function testHandleActionRebuildDatabase() { + $this->markTestIncomplete(); + } + + function testHandleActionChangeMemberID() { + $this->markTestIncomplete(); + } } ?>