PHP Class Redaxscript\Tests\Router\ResolverTest

Since: 3.0.0
Author: Henry Ruhs
Inheritance: extends Redaxscript\Tests\TestCaseAbstract
Afficher le fichier Open project: redaxmedia/redaxscript

Protected Properties

Свойство Type Description
$_request object instance of the request class

Méthodes publiques

Méthode Description
providerResolver ( ) : array providerResolver
setUp ( ) setUp
testGetFull ( string $route = null, array $expectArray = [] ) testGetFull
testGetLite ( string $route = null, array $expectArray = [] ) testGetLite

Method Details

providerResolver() public méthode

providerResolver
Since: 3.0.0
public providerResolver ( ) : array
Résultat array

setUp() public méthode

setUp
Since: 2.4.0
public setUp ( )

testGetFull() public méthode

testGetFull
Since: 3.0.0
public testGetFull ( string $route = null, array $expectArray = [] )
$route string
$expectArray array

testGetLite() public méthode

testGetLite
Since: 3.0.0
public testGetLite ( string $route = null, array $expectArray = [] )
$route string
$expectArray array

Property Details

$_request protected_oe property

instance of the request class
protected object $_request
Résultat object