PHP Class Redaxscript\Tests\RegistryTest

Since: 2.1.0
Author: Henry Ruhs
Author: Gary Aylward
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
setUp ( ) setUp
testGetAll ( ) testGetAll
testGetAndSet ( ) testGetAndSet
testGetInvalid ( ) testGetInvalid
testInit ( ) testInit

Method Details

setUp() public method

setUp
Since: 2.1.0
public setUp ( )

testGetAll() public method

testGetAll
Since: 2.2.0
public testGetAll ( )

testGetAndSet() public method

testGetAndSet
Since: 2.1.0
public testGetAndSet ( )

testGetInvalid() public method

testGetInvalid
Since: 2.1.0
public testGetInvalid ( )

testInit() public method

testInit
Since: 3.0.0
public testInit ( )

Property Details

$_registry protected property

instance of the registry class
protected object $_registry
return object