Searched refs:exampleEntry (Results 1 – 2 of 2) sorted by relevance
| /plugin/data-au/_test/ |
| D | syntax_plugin_data_table.test.php | 13 private $exampleEntry; variable in syntax_plugin_dataau_table_test 16 $this->exampleEntry = "---- datatable employees----\n" 34 $result = $plugin->handle($this->exampleEntry, 0, 10, $handler);
|
| D | syntax_plugin_data_entry.test.php | 27 private $exampleEntry; variable in syntax_plugin_dataau_entry_test 34 $this->exampleEntry = "---- dataentry projects ----\n" 51 $result = $plugin->handle($this->exampleEntry, 0, 10, $handler); 292 $this->assertEquals($this->exampleEntry, $plugin->editToWiki($dataau)); 337 $result = $plugin->handle($this->exampleEntry, 0, 10, $handler);
|