PHP Class Nelmio\Alice\FixtureBuilder\ExpressionLanguage\TokenTypeTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: nelmio/alice

Public Methods

Method Description
provideAcceptableTypes ( )
setUp ( )
testCanCreateType ( string $typeConstant )
testIsImmutable ( )
testStaticValues ( )
testThrowsAnExceptionIfAnInvalidTypeIsGiven ( )

Method Details

provideAcceptableTypes() public method

setUp() public method

public setUp ( )

testCanCreateType() public method

public testCanCreateType ( string $typeConstant )
$typeConstant string

testIsImmutable() public method

public testIsImmutable ( )

testStaticValues() public method

public testStaticValues ( )

testThrowsAnExceptionIfAnInvalidTypeIsGiven() public method