Skip to content

Commit 5e67979

Browse files
committed
Improve test with real-life example
1 parent e43fd4b commit 5e67979

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/XML/Assert/NameTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public static function provideValidName(): array
4343
return [
4444
'valid' => [true, 'Snoopy'],
4545
'diacritical' => [true, 'fööbár'],
46-
'urn' => [true, 'urn:myAttributeName'],
46+
'urn' => [true, 'urn:mace:dir:attribute-def:cn'],
4747
'start with colon' => [true, ':CMS'],
4848
'start with dash' => [true, '-1950-10-04'],
4949
];

0 commit comments

Comments
 (0)