PHP Class Redaxscript\Tests\Detector\DetectorTest

Since: 2.1.0
Author: Henry Ruhs
Inheritance: extends Redaxscript\Tests\TestCase
Show file Open project: redaxmedia/redaxscript

Protected Properties

Property Type Description
$_registry object instance of the registry class
$_request object instance of the request class

Public Methods

Method 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 method

providerLanguage
Since: 2.1.0
public providerLanguage ( ) : array
return array

providerTemplate() public method

providerTemplate
Since: 2.1.0
public providerTemplate ( ) : array
return array

setUp() public method

setUp
Since: 2.1.0
public setUp ( )

testLanguage() public method

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

testQuery() public method

testQuery
Since: 2.2.0
public testQuery ( )

testTemplate() public method

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

Property Details

$_registry protected property

instance of the registry class
protected object $_registry
return object

$_request protected property

instance of the request class
protected object $_request
return object