spec\Phpro\SoapClient\Event\ResponseEventSpec::it_should_know_the_result PHP Method

it_should_know_the_result() public method

public it_should_know_the_result ( Phpro\SoapClient\Type\ResultInterface $response )
$response Phpro\SoapClient\Type\ResultInterface
    function it_should_know_the_result(ResultInterface $response)
    {
        $this->getResponse()->shouldReturn($response);
    }