PHP Class Gc\RegistryTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: gotcms/gotcms

Protected Properties

Property Type Description
$object Registry
$oldinstance Registry

Public Methods

Method Description
testGet ( ) : void Test
testGetFakeData ( ) : void Test
testGetInstance ( ) : void Test
testIsRegisteredWithData ( ) : void Test
testIsRegisteredWithoutData ( ) : void Test
testOffsetExists ( ) : void Test
testSet ( ) : void Test
testSetInstance ( ) : void Test
testSetInstanceWithRegistryAlreadyInitialized ( ) : void Test

Protected Methods

Method Description
setUp ( ) : void Sets up the fixture, for example, opens a network connection.
tearDown ( ) : void Tears down the fixture, for example, closes a network connection.

Method Details

setUp() protected method

This method is called before a test is executed.
protected setUp ( ) : void
return void

tearDown() protected method

This method is called after a test is executed.
protected tearDown ( ) : void
return void

testGet() public method

Test
public testGet ( ) : void
return void

testGetFakeData() public method

Test
public testGetFakeData ( ) : void
return void

testGetInstance() public method

Test
public testGetInstance ( ) : void
return void

testIsRegisteredWithData() public method

Test
public testIsRegisteredWithData ( ) : void
return void

testIsRegisteredWithoutData() public method

Test
public testIsRegisteredWithoutData ( ) : void
return void

testOffsetExists() public method

Test
public testOffsetExists ( ) : void
return void

testSet() public method

Test
public testSet ( ) : void
return void

testSetInstance() public method

Test
public testSetInstance ( ) : void
return void

testSetInstanceWithRegistryAlreadyInitialized() public method

Test

Property Details

$object protected_oe property

protected Registry,gc $object
return Registry

$oldinstance protected_oe property

protected Registry,gc $oldinstance
return Registry