Coduo\PHPMatcher\Tests\Matcher\OrMatcherTest::test_negative_match_arrays PHP Method

test_negative_match_arrays() public method

public test_negative_match_arrays ( $value, $pattern )
    public function test_negative_match_arrays($value, $pattern)
    {
        $this->assertFalse($this->matcher->match($value, $pattern), $this->matcher->getError());
    }