Coduo\PHPMatcher\Tests\Matcher\UuidMatcherTest::negativeMatchData PHP Метод

negativeMatchData() публичный статический Метод

public static negativeMatchData ( )
    public static function negativeMatchData()
    {
        return array(array(1, "@uuid@"), array(0, "@uuid@"), array("9f4d-b639-0e87-4367-9beb-d64e3f42ae18", "@uuid@"), array("9f4db639-0e87-4367-9beb-d64e3f42ae1", "@uuid@"), array("9f4db639-0e87-4367-9beb-d64e3f42ae181", "@uuid@"), array("9f4db6390e8743679bebd64e3f42ae18", "@uuid@"), array("9f4db6390e87-4367-9beb-d64e-3f42ae18", "@uuid@"), array("9f4db639-0e87-4367-9beb-d64e3f42ae1g", "@uuid@"), array("9f4db639-0e87-0367-9beb-d64e3f42ae18", "@uuid@"));
    }