PHP Class Tests\Behat\Gherkin\ParserTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: behat/gherkin

Public Methods

Method Description
parserTestDataProvider ( )
testParser ( string $fixtureName )
testParserResetsTagsBetweenFeatures ( )

Protected Methods

Method Description
getGherkinParser ( )
getYamlParser ( )
parseEtalon ( $etalon )
parseFixture ( $fixture )

Method Details

getGherkinParser() protected method

protected getGherkinParser ( )

getYamlParser() protected method

protected getYamlParser ( )

parseEtalon() protected method

protected parseEtalon ( $etalon )

parseFixture() protected method

protected parseFixture ( $fixture )

parserTestDataProvider() public method

testParser() public method

public testParser ( string $fixtureName )
$fixtureName string name of the fixture

testParserResetsTagsBetweenFeatures() public method