PHP Class Symfony\Component\ExpressionLanguage\Tests\ExpressionLanguageTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: symfony/symfony

Public Methods

Method Description
shortCircuitProviderCompile ( )
shortCircuitProviderEvaluate ( )
testCachedParse ( )
testCachedParseWithDeprecatedParserCacheInterface ( )
testCachingForOverriddenVariableNames ( )
testCachingWithDifferentNamesOrder ( )
testConstantFunction ( )
testProviders ( )
testShortCircuitOperatorsCompile ( $expression, array $names, $expected )
testShortCircuitOperatorsEvaluate ( $expression, array $values, $expected )
testWrongCacheImplementation ( )

Method Details

shortCircuitProviderCompile() public method

shortCircuitProviderEvaluate() public method

testCachedParse() public method

public testCachedParse ( )

testCachedParseWithDeprecatedParserCacheInterface() public method

testCachingForOverriddenVariableNames() public method

testCachingWithDifferentNamesOrder() public method

testConstantFunction() public method

testProviders() public method

public testProviders ( )

testShortCircuitOperatorsCompile() public method

public testShortCircuitOperatorsCompile ( $expression, array $names, $expected )
$names array

testShortCircuitOperatorsEvaluate() public method

public testShortCircuitOperatorsEvaluate ( $expression, array $values, $expected )
$values array

testWrongCacheImplementation() public method