PHP Class Metabor\Statemachine\Util\StateCollectionMergerTest

Author: Oliver Tischlinger
Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: metabor/statemachine

Public Methods

Method Description
__invoke ( )
testCopiesAllFlags ( )
testCreatedStatesAreEqualButNotTheSame ( )
testCreatesAllStatesFromSourceAtTargetColletions ( )

Protected Methods

Method Description
createSourceCollection ( ) : StateCollection

Method Details

__invoke() public method

public __invoke ( )

createSourceCollection() protected method

protected createSourceCollection ( ) : StateCollection
return Metabor\Statemachine\StateCollection

testCopiesAllFlags() public method

public testCopiesAllFlags ( )

testCreatedStatesAreEqualButNotTheSame() public method

testCreatesAllStatesFromSourceAtTargetColletions() public method