We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e43fd4b commit 5e67979Copy full SHA for 5e67979
1 file changed
tests/XML/Assert/NameTest.php
@@ -43,7 +43,7 @@ public static function provideValidName(): array
43
return [
44
'valid' => [true, 'Snoopy'],
45
'diacritical' => [true, 'fööbár'],
46
- 'urn' => [true, 'urn:myAttributeName'],
+ 'urn' => [true, 'urn:mace:dir:attribute-def:cn'],
47
'start with colon' => [true, ':CMS'],
48
'start with dash' => [true, '-1950-10-04'],
49
];
0 commit comments