| 1 | <?php |
||
| 9 | class CucumberKeywordsTest extends KeywordsTest |
||
| 10 | { |
||
| 11 | protected function getKeywords() |
||
| 12 | { |
||
| 13 | return new CucumberKeywords(__DIR__ . '/../Fixtures/i18n.yml'); |
||
| 14 | } |
||
| 15 | |||
| 16 | protected function getKeywordsArray() |
||
| 20 | |||
| 21 | protected function getSteps($keywords, $text, &$line, $keywordType) |
||
| 34 | } |
||
| 35 |