PHP Class Redaxscript\Tests\Head\TitleTest

Since: 3.0.0
Author: Balázs Szilágyi
Inheritance: extends Redaxscript\Tests\TestCaseAbstract
Show file Open project: redaxmedia/redaxscript

Protected Properties

Property Type Description
$_registry object instance of the registry class

Public Methods

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

Method Details

providerRender() public method

providerRender
Since: 3.0.0
public providerRender ( ) : 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

Property Details

$_registry protected property

instance of the registry class
protected object $_registry
return object