PHP Class BreadcrumbTest, breadcrumb

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: noherczeg/breadcrumb

Public Methods

Method Description
setUp ( ) Setup the test enviroment
tearDown ( ) Teardown the test enviroment
testAppendAndRemove ( ) Test append function
testIAException ( ) Test provide InvalidArgumentException thrown as exception
testInputToArray ( )
testInstanceOf ( ) Test instance of $this->bread
testInstanceOfSegment ( ) Test instance of a Segment
testIsDisableSegment ( )
testMap ( )
testNotDisableSegment ( )
testOORException ( ) Test provide OutOfRangeException thrown as exception
testRemove ( )
testRemoveWithReorder ( )

Method Details

setUp() public method

Setup the test enviroment
public setUp ( )

tearDown() public method

Teardown the test enviroment
public tearDown ( )

testAppendAndRemove() public method

Test append function
public testAppendAndRemove ( )

testIAException() public method

Test provide InvalidArgumentException thrown as exception
public testIAException ( )

testInputToArray() public method

public testInputToArray ( )

testInstanceOf() public method

Test instance of $this->bread
public testInstanceOf ( )

testInstanceOfSegment() public method

Test instance of a Segment

testIsDisableSegment() public method

testMap() public method

public testMap ( )

testNotDisableSegment() public method

testOORException() public method

Test provide OutOfRangeException thrown as exception
public testOORException ( )

testRemove() public method

public testRemove ( )

testRemoveWithReorder() public method