PHP Class Gc\View\Helper\ConfigTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: gotcms/gotcms

Protected Properties

Property Type Description
$object Config

Public Methods

Method Description
testGetDataShouldReturnValue ( ) : void Test
testInvokeMustReturnSelfInstance ( ) : void Test
testSetDataMustReturnInteger ( ) : void Test

Protected Methods

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

Method Details

setUp() protected method

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

testGetDataShouldReturnValue() public method

Test
public testGetDataShouldReturnValue ( ) : void
return void

testInvokeMustReturnSelfInstance() public method

Test

testSetDataMustReturnInteger() public method

Test
public testSetDataMustReturnInteger ( ) : void
return void

Property Details

$object protected property

protected Config,Gc\View\Helper $object
return Config