test: add test case

This commit is contained in:
kenjis 2022-10-13 10:45:14 +09:00
parent e95eba9d8a
commit 9b2e41493c
No known key found for this signature in database
GPG Key ID: BD254878922AF198

View File

@ -80,8 +80,9 @@ final class DOMParserTest extends CIUnitTestCase
public function provideText()
{
return [
['Hello World'],
['Hellö Wörld'],
'en' => ['Hello World'],
'sv' => ['Hej, världen'],
'ja' => ['こんにちは、世界'],
];
}