Searched refs:exampleEntry (Results 1 – 4 of 4) sorted by relevance
/plugin/data-au/_test/ |
H A 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);
|
H A 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);
|
/plugin/data/_test/ |
H A D | syntax_plugin_data_table.test.php |
|
H A D | syntax_plugin_data_entry.test.php |
|