Open Journal Systems
3.3.0
|
Public Member Functions | |
provideExpressions () | |
testMatchesWhenParentMatchesIsFalse ($expression) | |
testMatchesWhenParentMatchesIsTrue ($expression, $expected) | |
testWhenNoExpressionIsSet () | |
Definition at line 19 of file ExpressionRequestMatcherTest.php.
Symfony\Component\HttpFoundation\Tests\ExpressionRequestMatcherTest::provideExpressions | ( | ) |
Definition at line 56 of file ExpressionRequestMatcherTest.php.
Symfony\Component\HttpFoundation\Tests\ExpressionRequestMatcherTest::testMatchesWhenParentMatchesIsFalse | ( | $expression | ) |
@dataProvider provideExpressions
Definition at line 45 of file ExpressionRequestMatcherTest.php.
References Symfony\Component\HttpFoundation\Request\create().
Symfony\Component\HttpFoundation\Tests\ExpressionRequestMatcherTest::testMatchesWhenParentMatchesIsTrue | ( | $expression, | |
$expected | |||
) |
@dataProvider provideExpressions
Definition at line 33 of file ExpressionRequestMatcherTest.php.
References Symfony\Component\HttpFoundation\Request\create().
Symfony\Component\HttpFoundation\Tests\ExpressionRequestMatcherTest::testWhenNoExpressionIsSet | ( | ) |
@expectedException \LogicException
Definition at line 24 of file ExpressionRequestMatcherTest.php.