'plugin_dataau ); $event = new Doku_Event('', $dataau; $action->_editbutton($event, null); $this->assertTrue(isset($dataau'name'])); } function testWrongTarget() { $action = new action_plugin_dataau); $dataau= array( 'target' => 'default target' ); $action->_editbutton($dataau null); $this->assertFalse(isset($dataau'name'])); } }