@@ -14,8 +14,16 @@ |
||
14 | 14 | |
15 | 15 | abstract class KeywordsTest extends TestCase |
16 | 16 | { |
17 | + /** |
|
18 | + * @return \Behat\Gherkin\Keywords\KeywordsInterface |
|
19 | + */ |
|
17 | 20 | abstract protected function getKeywords(); |
18 | 21 | abstract protected function getKeywordsArray(); |
22 | + |
|
23 | + /** |
|
24 | + * @param string $text |
|
25 | + * @param string $keywordType |
|
26 | + */ |
|
19 | 27 | abstract protected function getSteps($keywords, $text, &$line, $keywordType); |
20 | 28 | |
21 | 29 | public function translationTestDataProvider() |