Author: Markus Staab (staabm)
Committer: GitHub (web-flow)
Pusher: saundefined
Date: 2026-06-13T10:14:27+03:00

Commit: 
https://github.com/php/web-php/commit/1f1e29ca6f3cb8066c6a8d426a89039dd0db7ffd
Raw diff: 
https://github.com/php/web-php/commit/1f1e29ca6f3cb8066c6a8d426a89039dd0db7ffd.diff

Fix LangChooserTest (#1921)

Changed paths:
  M  tests/Unit/LangChooserTest.php


Diff:

diff --git a/tests/Unit/LangChooserTest.php b/tests/Unit/LangChooserTest.php
index 8c8d3a60c2..a293e9bc27 100644
--- a/tests/Unit/LangChooserTest.php
+++ b/tests/Unit/LangChooserTest.php
@@ -20,7 +20,7 @@ class LangChooserTest extends Framework\TestCase
 
     public function testChooseCodeWithLangParameter(): void
     {
-        $langChooser = new LangChooser(self::DEFAULT_LANGUAGE_LIST, [], '', 
'', 'en');
+        $langChooser = new LangChooser(self::DEFAULT_LANGUAGE_LIST, [], '',  
'en');
         $result = $langChooser->chooseCode('de', '/', null);
 
         self::assertSame(['de', 'de'], $result);

Reply via email to