PHP Класс Redaxscript\Tests\Client\ClientTest

С версии: 2.4.0
Автор: Henry Ruhs
Наследование: extends Redaxscript\Tests\TestCaseAbstract
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_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