Neos\Flow\Tests\Unit\Validation\Validator\UuidValidatorTest::UUIDWithOtherThanHexValuesIsRejected PHP Method

UUIDWithOtherThanHexValuesIsRejected() public method

    public function UUIDWithOtherThanHexValuesIsRejected()
    {
        $this->assertTrue($this->validator->validate('e104e469-9030-4g98-babf-3990f07dd3f1')->hasErrors());
    }