PHP Class spec\Tolerance\Operation\Runner\CallbackOperationRunnerSpec

Inheritance: extends PhpSpec\ObjectBehavior
Show file Open project: sroze/tolerance

Public Methods

Method Description
it_should_call_the_callable ( Callback $callback )
it_should_return_the_callable_result ( Callback $callback )

Method Details

it_should_call_the_callable() public method

public it_should_call_the_callable ( Callback $callback )
$callback Tolerance\Operation\Callback

it_should_return_the_callable_result() public method

public it_should_return_the_callable_result ( Callback $callback )
$callback Tolerance\Operation\Callback