PHP Class Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\ParserIntegrationTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: nelmio/alice Class Usage Examples

Protected Properties

Property Type Description
$parser Nelmio\Alice\FixtureBuilder\ExpressionLanguage\ParserInterface

Public Methods

Method Description
provideValues ( )
setUp ( )
testTestParseValues ( string $value, $expected )

Method Details

provideValues() public method

public provideValues ( )

setUp() public method

public setUp ( )

testTestParseValues() public method

public testTestParseValues ( string $value, $expected )
$value string

Property Details

$parser protected_oe property

protected ParserInterface,Nelmio\Alice\FixtureBuilder\ExpressionLanguage $parser
return Nelmio\Alice\FixtureBuilder\ExpressionLanguage\ParserInterface