Behat\Behat\Gherkin\Specification\LazyFeatureIterator::parseFeature PHP Метод

parseFeature() приватный Метод

Parses feature at path.
private parseFeature ( string $path ) : Behat\Gherkin\Node\FeatureNode[]
$path string
Результат Behat\Gherkin\Node\FeatureNode[]
    private function parseFeature($path)
    {
        return $this->gherkin->load($path, $this->filters);
    }