Behat\Behat\Gherkin\Specification\Locator\FilesystemRerunScenariosListLocator::__construct PHP Method

__construct() public method

Initializes locator.
public __construct ( Gherkin $gherkin )
$gherkin Behat\Gherkin\Gherkin
    public function __construct(Gherkin $gherkin)
    {
        $this->gherkin = $gherkin;
    }