Behat\Behat\Gherkin\Specification\LazyFeatureIterator::parseFeature PHP Method

parseFeature() private method

Parses feature at path.
private parseFeature ( string $path ) : Behat\Gherkin\Node\FeatureNode[]
$path string
return Behat\Gherkin\Node\FeatureNode[]
    private function parseFeature($path)
    {
        return $this->gherkin->load($path, $this->filters);
    }