Skip to content

Commit 9b2e414

Browse files
committed
test: add test case
1 parent e95eba9 commit 9b2e414

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/system/Test/DOMParserTest.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,9 @@ public function testParseSelectorWithAttribute()
8080
public function provideText()
8181
{
8282
return [
83-
['Hello World'],
84-
['Hellö Wörld'],
83+
'en' => ['Hello World'],
84+
'sv' => ['Hej, världen'],
85+
'ja' => ['こんにちは、世界'],
8586
];
8687
}
8788

0 commit comments

Comments
 (0)