From fdd4bfe3ac72f377edcf678ff016d78afc7b53b5 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Sun, 28 Jun 2009 21:54:36 -0400 Subject: [PATCH] remove unnecessary test --- test/PluginWonderfulTest.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/PluginWonderfulTest.php b/test/PluginWonderfulTest.php index ea98335..65b760c 100644 --- a/test/PluginWonderfulTest.php +++ b/test/PluginWonderfulTest.php @@ -293,10 +293,6 @@ class PluginWonderfulTest extends PHPUnit_Framework_TestCase { $pw->handle_action(); } - function testHandleActionSaveWidgets() { - $this->markTestIncomplete(); - } - function testHandleActionChangeAdboxSettings() { $this->markTestIncomplete(); }