PHP 클래스 Redaxscript\Tests\Router\ResolverTest

부터: 3.0.0
저자: Henry Ruhs
파일 보기 프로젝트 열기: redaxmedia/redaxscript

보호된 프로퍼티들

프로퍼티 타입 설명
$_request object instance of the request class

공개 메소드들

메소드 설명
providerResolver ( ) : array providerResolver
setUp ( ) setUp
testGetFull ( string $route = null, array $expectArray = [] ) testGetFull
testGetLite ( string $route = null, array $expectArray = [] ) testGetLite

메소드 상세

providerResolver() 공개 메소드

providerResolver
부터: 3.0.0
public providerResolver ( ) : array
리턴 array

setUp() 공개 메소드

setUp
부터: 2.4.0
public setUp ( )

testGetFull() 공개 메소드

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

testGetLite() 공개 메소드

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

프로퍼티 상세

$_request 보호되어 있는 프로퍼티

instance of the request class
protected object $_request
리턴 object