spec\PhpSpec\Matcher\Iterate\SubjectHasMoreElementsExceptionSpec::it_has_a_predefined_message PHP Method

it_has_a_predefined_message() public method

    function it_has_a_predefined_message()
    {
        $this->getMessage()->shouldReturn('Subject has more elements than expected.');
    }