We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf7c6d2 commit 1f1e29cCopy full SHA for 1f1e29c
1 file changed
tests/Unit/LangChooserTest.php
@@ -20,7 +20,7 @@ class LangChooserTest extends Framework\TestCase
20
21
public function testChooseCodeWithLangParameter(): void
22
{
23
- $langChooser = new LangChooser(self::DEFAULT_LANGUAGE_LIST, [], '', '', 'en');
+ $langChooser = new LangChooser(self::DEFAULT_LANGUAGE_LIST, [], '', 'en');
24
$result = $langChooser->chooseCode('de', '/', null);
25
26
self::assertSame(['de', 'de'], $result);
0 commit comments