spec\Phpro\SoapClient\Exception\RunTimeExceptionSpec::it_should_be_an_exception PHP Метод

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

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