remove unnecessary test

This commit is contained in:
John Bintz 2009-06-28 21:54:36 -04:00
parent 8b03a430b8
commit fdd4bfe3ac

View File

@ -293,10 +293,6 @@ class PluginWonderfulTest extends PHPUnit_Framework_TestCase {
$pw->handle_action(); $pw->handle_action();
} }
function testHandleActionSaveWidgets() {
$this->markTestIncomplete();
}
function testHandleActionChangeAdboxSettings() { function testHandleActionChangeAdboxSettings() {
$this->markTestIncomplete(); $this->markTestIncomplete();
} }