PHP Class Metabor\Callback\CompositeTest

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

Public Methods

Method Description
testCallsAllAttachedCallbacksWhenInvoked ( )

Protected Methods

Method Description
createCallbackMock ( PHPUnit_Framework_MockObject_Matcher_Invocation $matcher, mixed $parameter = null ) : MetaborStd\CallbackInterface

Method Details

createCallbackMock() protected method

protected createCallbackMock ( PHPUnit_Framework_MockObject_Matcher_Invocation $matcher, mixed $parameter = null ) : MetaborStd\CallbackInterface
$matcher PHPUnit_Framework_MockObject_Matcher_Invocation
$parameter mixed
return MetaborStd\CallbackInterface

testCallsAllAttachedCallbacksWhenInvoked() public method