PHP Class Redaxscript\Tests\View\SystemStatusTest

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

Protected Properties

Property Type Description
$_language object instance of the language class
$_registry object instance of the registry class

Public Methods

Method Description
providerError ( ) : array providerError
providerRender ( ) : array providerRender
providerWarning ( ) : array providerWarning
setUp ( ) setUp
testRender ( array $registryArray = [], string $expect = null ) testRender
testValidateError ( array $registryArray = [], string $expect = null ) testRender
testValidateWarning ( array $registryArray = [], string $expect = null ) testRender

Method Details

providerError() public method

providerError
Since: 3.0.0
public providerError ( ) : array
return array

providerRender() public method

providerRender
Since: 3.0.0
public providerRender ( ) : array
return array

providerWarning() public method

providerWarning
Since: 3.0.0
public providerWarning ( ) : array
return array

setUp() public method

setUp
Since: 3.0.0
public setUp ( )

testRender() public method

testRender
Since: 3.0.0
public testRender ( array $registryArray = [], string $expect = null )
$registryArray array
$expect string

testValidateError() public method

testRender
Since: 3.0.0
public testValidateError ( array $registryArray = [], string $expect = null )
$registryArray array
$expect string

testValidateWarning() public method

testRender
Since: 3.0.0
public testValidateWarning ( array $registryArray = [], string $expect = null )
$registryArray array
$expect string

Property Details

$_language protected property

instance of the language class
protected object $_language
return object

$_registry protected property

instance of the registry class
protected object $_registry
return object