spec\PhpSpec\Matcher\Iterate\SubjectHasFewerElementsExceptionSpec::it_is_a_length_exception PHP Méthode

it_is_a_length_exception() public méthode

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