PHP Class Redaxscript\Tests\Client\ClientTest

Since: 2.4.0
Author: Henry Ruhs
Inheritance: extends Redaxscript\Tests\TestCaseAbstract
Afficher le fichier Open project: redaxmedia/redaxscript

Protected Properties

Свойство Type Description
$_request object instance of the request class

Méthodes publiques

Méthode Description
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

Method Details

providerClient() public méthode

providerClient
Since: 2.4.0
public providerClient ( ) : array
Résultat array

setUp() public méthode

setUp
Since: 2.4.0
public setUp ( )

testBrowser() public méthode

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

testDesktop() public méthode

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

testEngine() public méthode

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

testMobile() public méthode

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

testTablet() public méthode

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

testVersion() public méthode

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

Property Details

$_request protected_oe property

instance of the request class
protected object $_request
Résultat object