PHP Class Redaxscript\Tests\BreadcrumbTest

Since: 2.1.0
Author: Henry Ruhs
Author: Gary Aylward
Inheritance: extends 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
providerGetArray ( ) : array providerGetArray
providerRender ( ) : array providerRender
setUp ( ) setUp
setUpBeforeClass ( ) setUpBeforeClass
tearDownAfterClass ( ) tearDownAfterClass
testGetArray ( array $registryArray = [], array $expectArray = [] ) testGetArray
testRender ( array $registryArray = [], string $expect = null ) testRender

Method Details

providerGetArray() public method

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

providerRender() public method

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

setUp() public method

setUp
Since: 2.1.0
public setUp ( )

setUpBeforeClass() public static method

setUpBeforeClass
Since: 2.2.0
public static setUpBeforeClass ( )

tearDownAfterClass() public static method

tearDownAfterClass
Since: 2.2.0
public static tearDownAfterClass ( )

testGetArray() public method

testGetArray
Since: 2.1.0
public testGetArray ( array $registryArray = [], array $expectArray = [] )
$registryArray array
$expectArray array

testRender() public method

testRender
Since: 2.1.0
public testRender ( 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