PHP Class Gc\View\Helper\ToolsTest

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

Protected Properties

Property Type Description
$object Tools

Public Methods

Method Description
testCamelCase ( ) : void Test
testDebug ( ) : void Test
testIsSerialized ( ) : void Test
testSerialize ( ) : void Test
testUnserialize ( ) : 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

testCamelCase() public method

Test
public testCamelCase ( ) : void
return void

testDebug() public method

Test
public testDebug ( ) : void
return void

testIsSerialized() public method

Test
public testIsSerialized ( ) : void
return void

testSerialize() public method

Test
public testSerialize ( ) : void
return void

testUnserialize() public method

Test
public testUnserialize ( ) : void
return void

Property Details

$object protected property

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