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