PHP 클래스 Redaxscript\Tests\Client\ClientTest

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
providerClient ( ) : array providerClient
setUp ( ) setUp
testBrowser ( string $userAgent = null, array $expectArray = [] ) testBrowser
testDesktop ( string $userAgent = null, array $expectArray = [] ) testDesktop
testEngine ( string $userAgent = null, array $expectArray = [] ) testEngine
testMobile ( string $userAgent = null, array $expectArray = [] ) testMobile
testTablet ( string $userAgent = null, array $expectArray = [] ) testTablet
testVersion ( string $userAgent = null, array $expectArray = [] ) testVersion

메소드 상세

providerClient() 공개 메소드

providerClient
부터: 2.4.0
public providerClient ( ) : array
리턴 array

setUp() 공개 메소드

setUp
부터: 2.4.0
public setUp ( )

testBrowser() 공개 메소드

testBrowser
부터: 2.4.0
public testBrowser ( string $userAgent = null, array $expectArray = [] )
$userAgent string
$expectArray array

testDesktop() 공개 메소드

testDesktop
부터: 2.4.0
public testDesktop ( string $userAgent = null, array $expectArray = [] )
$userAgent string
$expectArray array

testEngine() 공개 메소드

testEngine
부터: 2.4.0
public testEngine ( string $userAgent = null, array $expectArray = [] )
$userAgent string
$expectArray array

testMobile() 공개 메소드

testMobile
부터: 2.4.0
public testMobile ( string $userAgent = null, array $expectArray = [] )
$userAgent string
$expectArray array

testTablet() 공개 메소드

testTablet
부터: 2.4.0
public testTablet ( string $userAgent = null, array $expectArray = [] )
$userAgent string
$expectArray array

testVersion() 공개 메소드

testVersion
부터: 2.4.0
public testVersion ( string $userAgent = null, array $expectArray = [] )
$userAgent string
$expectArray array

프로퍼티 상세

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

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