Skip to content

Commit 7e6f660

Browse files
authored
Update GermanTranslationTest.php
Exclude "token" from test as this word needs no german translation
1 parent b287add commit 7e6f660

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/Language/GermanTranslationTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@
1818
*/
1919
final class GermanTranslationTest extends AbstractTranslationTestCase
2020
{
21+
protected array $excludedLocaleKeyTranslations = [
22+
'Auth.token',
23+
];
2124
}

0 commit comments

Comments
 (0)