w = new PluginWonderfulWidget(); } function testInitialize() { global $wp_test_expectations; $this->w = new PluginWonderfulWidget(); $this->assertEquals("Plugin Wonderful", $wp_test_expectations['wp_widgets']['plugin-wonderful']['name']); } function testWidget() { } } ?>