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

test_positive_match_arrays() public method

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