Completed
Pull Request — master (#162)
by
unknown
02:07
created
tests/Behat/Gherkin/ParserTest.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -123,6 +123,9 @@  discard block
 block discarded – undo
123 123
         return $this->yaml;
124 124
     }
125 125
 
126
+    /**
127
+     * @param string $fixture
128
+     */
126 129
     protected function parseFixture($fixture)
127 130
     {
128 131
         $file = __DIR__ . '/Fixtures/features/' . $fixture;
@@ -130,6 +133,9 @@  discard block
 block discarded – undo
130 133
         return array($this->getGherkinParser()->parse(file_get_contents($file), $file));
131 134
     }
132 135
 
136
+    /**
137
+     * @param string $etalon
138
+     */
133 139
     protected function parseEtalon($etalon)
134 140
     {
135 141
         $features = $this->getYamlParser()->load(__DIR__ . '/Fixtures/etalons/testFolder/' . $etalon);
Please login to merge, or discard this patch.