spec\PhpSpec\Matcher\TraversableContainMatcherSpec::it_does_not_negative_matches_generator_with_specified_value PHP Method

it_does_not_negative_matches_generator_with_specified_value() public method

    function it_does_not_negative_matches_generator_with_specified_value()
    {
        $this->shouldThrow(FailureException::class)->during('negativeMatch', ['contain', $this->createGeneratorReturningValues(['abc', 'def']), ['def']]);
    }