PHP Class Redaxscript\Tests\MessengerTest

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

Protected Properties

Property Type Description
$_registry object instance of the registry class

Public Methods

Method Description
providerError ( ) : array providerError
providerInfo ( ) : array providerInfo
providerRender ( ) : array providerRender
providerSuccess ( ) : array providerSuccess
providerWarning ( ) : array providerWarning
setUp ( ) setUp
testError ( array $error = null, array $actionArray = null, string $expect = null ) testError
testInfo ( array $info = null, array $actionArray = [], string $expect = null ) testInfo
testRender ( array $render = null, array $actionArray = null, string $expect = null ) testRender
testSuccess ( array $success = null, array $actionArray = [], string $expect = null ) testSuccess
testWarning ( array $warning = null, array $actionArray = [], string $expect = null ) testWarning

Method Details

providerError() public method

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

providerInfo() public method

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

providerRender() public method

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

providerSuccess() public method

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

providerWarning() public method

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

setUp() public method

setUp
Since: 2.1.0
public setUp ( )

testError() public method

testError
Since: 3.0.0
public testError ( array $error = null, array $actionArray = null, string $expect = null )
$error array
$actionArray array
$expect string

testInfo() public method

testInfo
Since: 3.0.0
public testInfo ( array $info = null, array $actionArray = [], string $expect = null )
$info array
$actionArray array
$expect string

testRender() public method

testRender
Since: 3.0.0
public testRender ( array $render = null, array $actionArray = null, string $expect = null )
$render array
$actionArray array
$expect string

testSuccess() public method

testSuccess
Since: 3.0.0
public testSuccess ( array $success = null, array $actionArray = [], string $expect = null )
$success array
$actionArray array
$expect string

testWarning() public method

testWarning
Since: 3.0.0
public testWarning ( array $warning = null, array $actionArray = [], string $expect = null )
$warning array
$actionArray array
$expect string

Property Details

$_registry protected property

instance of the registry class
protected object $_registry
return object