spec\PhpSpec\Matcher\TraversableKeyValueMatcherSpec::it_negative_matches_generator_without_specified_key_and_value PHP Method

it_negative_matches_generator_without_specified_key_and_value() public method

    function it_negative_matches_generator_without_specified_key_and_value()
    {
        $this->shouldNotThrow()->during('negativeMatch', ['haveKeyWithValue', $this->createGeneratorReturningArray(['a' => 'b', 'c' => 'd']), ['a', 'c']]);
    }