PHP Class Redaxscript\Tests\Detector\DetectorTest

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

Protected Properties

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

Méthodes publiques

Méthode Description
providerLanguage ( ) : array providerLanguage
providerTemplate ( ) : array providerTemplate
setUp ( ) setUp
testLanguage ( array $registryArray = [], string $expect = null ) testLanguage
testQuery ( ) testQuery
testTemplate ( array $registryArray = [], string $expect = null ) testTemplate

Method Details

providerLanguage() public méthode

providerLanguage
Since: 2.1.0
public providerLanguage ( ) : array
Résultat array

providerTemplate() public méthode

providerTemplate
Since: 2.1.0
public providerTemplate ( ) : array
Résultat array

setUp() public méthode

setUp
Since: 2.1.0
public setUp ( )

testLanguage() public méthode

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

testQuery() public méthode

testQuery
Since: 2.2.0
public testQuery ( )

testTemplate() public méthode

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

Property Details

$_registry protected_oe property

instance of the registry class
protected object $_registry
Résultat object

$_request protected_oe property

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