Coduo\PHPMatcher\Tests\Matcher\UuidMatcherTest::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)
    {
        $this->matcher->match($value, $pattern);
        $this->assertEquals($error, $this->matcher->getError());
    }