spec\Phpro\SoapClient\Exception\RunTimeExceptionSpec::it_should_be_an_exception PHP Method

it_should_be_an_exception() public method

    function it_should_be_an_exception()
    {
        $this->shouldHaveType(\RuntimeException::class);
    }