PHP Class Redaxscript\Tests\Router\ParameterTest

Since: 2.4.0
Author: Henry Ruhs
Inheritance: extends Redaxscript\Tests\TestCaseAbstract
Show file Open project: redaxmedia/redaxscript

Protected Properties

Property Type Description
$_request object instance of the request class

Public Methods

Method Description
providerParameter ( ) : array providerParameter
setUp ( ) setUp
testGetAdmin ( string $route = null, array $expectArray = [] ) testGetAdmin
testGetAlias ( string $route = null, array $expectArray = [] ) testGetAlias
testGetFirst ( string $route = null, array $expectArray = [] ) testGetFirst
testGetFourth ( string $route = null, array $expectArray = [] ) testGetFourth
testGetId ( string $route = null, array $expectArray = [] ) testGetId
testGetLast ( string $route = null, array $expectArray = [] ) testGetLast
testGetSecond ( string $route = null, array $expectArray = [] ) testGetSecond
testGetSub ( string $route = null, array $expectArray = [] ) testGetSub
testGetTable ( string $route = null, array $expectArray = [] ) testGetTable
testGetThird ( string $route = null, array $expectArray = [] ) testGetThird
testGetToken ( string $route = null, array $expectArray = [] ) testGetToken

Method Details

providerParameter() public method

providerParameter
Since: 3.0.0
public providerParameter ( ) : array
return array

setUp() public method

setUp
Since: 2.4.0
public setUp ( )

testGetAdmin() public method

testGetAdmin
Since: 2.4.0
public testGetAdmin ( string $route = null, array $expectArray = [] )
$route string
$expectArray array

testGetAlias() public method

testGetAlias
Since: 2.4.0
public testGetAlias ( string $route = null, array $expectArray = [] )
$route string
$expectArray array

testGetFirst() public method

testGetFirst
Since: 2.4.0
public testGetFirst ( string $route = null, array $expectArray = [] )
$route string
$expectArray array

testGetFourth() public method

testGetFourth
Since: 2.4.0
public testGetFourth ( string $route = null, array $expectArray = [] )
$route string
$expectArray array

testGetId() public method

testGetId
Since: 2.4.0
public testGetId ( string $route = null, array $expectArray = [] )
$route string
$expectArray array

testGetLast() public method

testGetLast
Since: 2.4.0
public testGetLast ( string $route = null, array $expectArray = [] )
$route string
$expectArray array

testGetSecond() public method

testGetSecond
Since: 2.4.0
public testGetSecond ( string $route = null, array $expectArray = [] )
$route string
$expectArray array

testGetSub() public method

testGetSub
Since: 2.4.0
public testGetSub ( string $route = null, array $expectArray = [] )
$route string
$expectArray array

testGetTable() public method

testGetTable
Since: 2.4.0
public testGetTable ( string $route = null, array $expectArray = [] )
$route string
$expectArray array

testGetThird() public method

testGetThird
Since: 2.4.0
public testGetThird ( string $route = null, array $expectArray = [] )
$route string
$expectArray array

testGetToken() public method

testGetToken
Since: 2.4.0
public testGetToken ( string $route = null, array $expectArray = [] )
$route string
$expectArray array

Property Details

$_request protected property

instance of the request class
protected object $_request
return object