Open Journal Systems  3.3.0
Symfony\Component\HttpFoundation\Tests\ExpressionRequestMatcherTest Class Reference
Inheritance diagram for Symfony\Component\HttpFoundation\Tests\ExpressionRequestMatcherTest:

Public Member Functions

 provideExpressions ()
 
 testMatchesWhenParentMatchesIsFalse ($expression)
 
 testMatchesWhenParentMatchesIsTrue ($expression, $expected)
 
 testWhenNoExpressionIsSet ()
 

Detailed Description

Definition at line 19 of file ExpressionRequestMatcherTest.php.

Member Function Documentation

◆ provideExpressions()

Symfony\Component\HttpFoundation\Tests\ExpressionRequestMatcherTest::provideExpressions ( )

Definition at line 56 of file ExpressionRequestMatcherTest.php.

◆ testMatchesWhenParentMatchesIsFalse()

Symfony\Component\HttpFoundation\Tests\ExpressionRequestMatcherTest::testMatchesWhenParentMatchesIsFalse (   $expression)

@dataProvider provideExpressions

Definition at line 45 of file ExpressionRequestMatcherTest.php.

References Symfony\Component\HttpFoundation\Request\create().

◆ testMatchesWhenParentMatchesIsTrue()

Symfony\Component\HttpFoundation\Tests\ExpressionRequestMatcherTest::testMatchesWhenParentMatchesIsTrue (   $expression,
  $expected 
)

@dataProvider provideExpressions

Definition at line 33 of file ExpressionRequestMatcherTest.php.

References Symfony\Component\HttpFoundation\Request\create().

◆ testWhenNoExpressionIsSet()

Symfony\Component\HttpFoundation\Tests\ExpressionRequestMatcherTest::testWhenNoExpressionIsSet ( )

@expectedException \LogicException

Definition at line 24 of file ExpressionRequestMatcherTest.php.


The documentation for this class was generated from the following file: