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

it_should_be_an_exception() public method

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