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

it_has_a_predefined_message() public method

    function it_has_a_predefined_message()
    {
        $this->getMessage()->shouldReturn('Expected subject to have element #42 with key "expected key" and value "expected value", but got key "subject key" and value "subject value".');
    }