Coduo\PHPMatcher\Tests\Matcher\NullMatcherTest::test_negative_match_description PHP Method

test_negative_match_description() public method

public test_negative_match_description ( $value, $pattern, $error )
    public function test_negative_match_description($value, $pattern, $error)
    {
        $matcher = new NullMatcher();
        $matcher->match($value, $pattern);
        $this->assertEquals($error, $matcher->getError());
    }