Completed
Pull Request — master (#178)
by Phil
02:28 queued 12s
created
tests/Behat/Gherkin/Keywords/KeywordsTest.php 1 patch
Doc Comments   +8 added lines patch added patch discarded remove patch
@@ -14,8 +14,16 @@
 block discarded – undo
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()
Please login to merge, or discard this patch.