spec\Tolerance\Operation\Runner\Metrics\SuccessFailurePublisherOperationRunnerSpec::it_supports_the_operation_if_supported_by_the_decorated_runner PHP Метод

it_supports_the_operation_if_supported_by_the_decorated_runner() публичный Метод

public it_supports_the_operation_if_supported_by_the_decorated_runner ( Tolerance\Operation\Runner\OperationRunner $runner, Tolerance\Operation\Operation $operation )
$runner Tolerance\Operation\Runner\OperationRunner
$operation Tolerance\Operation\Operation
    function it_supports_the_operation_if_supported_by_the_decorated_runner(OperationRunner $runner, Operation $operation)
    {
        $runner->supports($operation)->willReturn(true);
        $this->supports($operation)->shouldReturn(true);
    }