mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
test: add test case
This commit is contained in:
parent
e95eba9d8a
commit
9b2e41493c
@ -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' => ['こんにちは、世界'],
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user