| 1 | <?php |
||
| 17 | class SemanticUiTranslatedViewTest extends TranslatedViewTest |
||
| 18 | { |
||
| 19 | protected function viewClass() |
||
| 23 | |||
| 24 | protected function translatedViewClass() |
||
| 28 | |||
| 29 | protected function previousMessageOption() |
||
| 33 | |||
| 34 | protected function nextMessageOption() |
||
| 38 | |||
| 39 | protected function buildPreviousMessage($text) |
||
| 43 | |||
| 44 | protected function buildNextMessage($text) |
||
| 48 | |||
| 49 | protected function translatedViewName() |
||
| 53 | } |
||
| 54 |