spec\PhpSpec\Matcher\Iterate\SubjectHasFewerElementsExceptionSpec::it_is_a_length_exception PHP Method

it_is_a_length_exception() public method

    function it_is_a_length_exception()
    {
        $this->shouldHaveType(\LengthException::class);
    }