Skip to content

Commit 70bde3e

Browse files
authored
there is no strtolower in there now as locales have been moved to symfony format (#2326)
1 parent 1b0ad46 commit 70bde3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/SimpleSAML/Locale/LanguageTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function testGetLanguageCookie(): void
5353
'language.available' => ['en', 'es', 'nn'],
5454
'language.cookie.name' => 'xyz',
5555
], '', 'simplesaml');
56-
$_COOKIE['xyz'] = 'Es'; // test values are converted to lowercase too
56+
$_COOKIE['xyz'] = 'es'; // test values are converted to lowercase too
5757
$this->assertEquals('es', Language::getLanguageCookie());
5858
}
5959

0 commit comments

Comments
 (0)