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

Public Member Functions

 getHostData ()
 
 getMethodData ()
 
 testAttributes ()
 
 testHost ($pattern, $isMatch)
 
 testMethod ($requestMethod, $matcherMethod, $isMatch)
 
 testPath ()
 
 testPathWithEncodedCharacters ()
 
 testPathWithLocaleIsNotSupported ()
 
 testScheme ()
 

Detailed Description

Definition at line 18 of file RequestMatcherTest.php.

Member Function Documentation

◆ getHostData()

Symfony\Component\HttpFoundation\Tests\RequestMatcherTest::getHostData ( )

Definition at line 81 of file RequestMatcherTest.php.

◆ getMethodData()

Symfony\Component\HttpFoundation\Tests\RequestMatcherTest::getMethodData ( )

Definition at line 35 of file RequestMatcherTest.php.

◆ testAttributes()

Symfony\Component\HttpFoundation\Tests\RequestMatcherTest::testAttributes ( )

◆ testHost()

Symfony\Component\HttpFoundation\Tests\RequestMatcherTest::testHost (   $pattern,
  $isMatch 
)

@dataProvider getHostData

Definition at line 69 of file RequestMatcherTest.php.

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

◆ testMethod()

Symfony\Component\HttpFoundation\Tests\RequestMatcherTest::testMethod (   $requestMethod,
  $matcherMethod,
  $isMatch 
)

@dataProvider getMethodData

Definition at line 23 of file RequestMatcherTest.php.

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

◆ testPath()

Symfony\Component\HttpFoundation\Tests\RequestMatcherTest::testPath ( )

◆ testPathWithEncodedCharacters()

Symfony\Component\HttpFoundation\Tests\RequestMatcherTest::testPathWithEncodedCharacters ( )

◆ testPathWithLocaleIsNotSupported()

Symfony\Component\HttpFoundation\Tests\RequestMatcherTest::testPathWithLocaleIsNotSupported ( )

◆ testScheme()

Symfony\Component\HttpFoundation\Tests\RequestMatcherTest::testScheme ( )

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