We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 807eea8 commit b023ebfCopy full SHA for b023ebf
1 file changed
tests/XMLSchema/Type/NameValueTest.php
@@ -48,6 +48,7 @@ public static function provideValidName(): array
48
return [
49
'whitespace collapse' => [true, "foobar\n"],
50
'normalization' => [true, ' foobar '],
51
+ 'urn' => [true, 'urn:oid:2.5.4.4'],
52
];
53
}
54
0 commit comments