spec\Phpro\SoapClient\Exception\PatchExceptionSpec::it_should_be_an_exception PHP 메소드

it_should_be_an_exception() 공개 메소드

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