PHP 클래스 Redaxscript\Tests\Detector\DetectorTest

부터: 2.1.0
저자: Henry Ruhs
상속: extends Redaxscript\Tests\TestCase
파일 보기 프로젝트 열기: redaxmedia/redaxscript

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
providerLanguage ( ) : array providerLanguage
providerTemplate ( ) : array providerTemplate
setUp ( ) setUp
testLanguage ( array $registryArray = [], string $expect = null ) testLanguage
testQuery ( ) testQuery
testTemplate ( array $registryArray = [], string $expect = null ) testTemplate

메소드 상세

providerLanguage() 공개 메소드

providerLanguage
부터: 2.1.0
public providerLanguage ( ) : array
리턴 array

providerTemplate() 공개 메소드

providerTemplate
부터: 2.1.0
public providerTemplate ( ) : array
리턴 array

setUp() 공개 메소드

setUp
부터: 2.1.0
public setUp ( )

testLanguage() 공개 메소드

testLanguage
부터: 2.1.0
public testLanguage ( array $registryArray = [], string $expect = null )
$registryArray array
$expect string

testQuery() 공개 메소드

testQuery
부터: 2.2.0
public testQuery ( )

testTemplate() 공개 메소드

testTemplate
부터: 2.1.0
public testTemplate ( array $registryArray = [], string $expect = null )
$registryArray array
$expect string

프로퍼티 상세

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

instance of the registry class
protected object $_registry
리턴 object

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

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