@@ -153,7 +153,7 @@ discard block |
||
| 153 | 153 | } |
| 154 | 154 | |
| 155 | 155 | /** |
| 156 | - * @return mixed |
|
| 156 | + * @return string |
|
| 157 | 157 | */ |
| 158 | 158 | public function getFeatureContent() |
| 159 | 159 | { |
@@ -218,7 +218,8 @@ discard block |
||
| 218 | 218 | } |
| 219 | 219 | |
| 220 | 220 | /** |
| 221 | - * @param $scenario \Behat\Gherkin\Node\ScenarioNode |
|
| 221 | + * @param \Behat\Gherkin\Node\ScenarioInterface $scenario \Behat\Gherkin\Node\ScenarioNode |
|
| 222 | + * @param integer $scenario_index |
|
| 222 | 223 | */ |
| 223 | 224 | protected function buildOutSteps($scenario, $scenario_index) |
| 224 | 225 | { |
@@ -3,20 +3,11 @@ |
||
| 3 | 3 | namespace GD; |
| 4 | 4 | |
| 5 | 5 | use Behat\Gherkin\Gherkin; |
| 6 | -use Behat\Gherkin\Keywords\CucumberKeywords; |
|
| 7 | -use Behat\Gherkin\Lexer; |
|
| 8 | -use Behat\Gherkin\Loader\GherkinFileLoader; |
|
| 9 | -use Behat\Gherkin\Loader\YamlFileLoader; |
|
| 10 | -use Behat\Gherkin\Parser; |
|
| 11 | -use GD\Exceptions\MustSetFileNameAndPath; |
|
| 12 | 6 | use GD\Helpers\AppendBrowserFile; |
| 13 | 7 | use GD\Helpers\AppendFile; |
| 14 | 8 | use GD\Helpers\BuildOutContent; |
| 15 | 9 | use GD\Helpers\WriteBrowserFile; |
| 16 | 10 | use GD\Helpers\WritePHPUnitFile; |
| 17 | -use Illuminate\Filesystem\Filesystem; |
|
| 18 | -use Illuminate\Support\Facades\App; |
|
| 19 | -use Symfony\Component\Yaml\Yaml; |
|
| 20 | 11 | |
| 21 | 12 | class GherkinToDusk extends BaseGherkinToDusk |
| 22 | 13 | { |