Skip to content

Commit 3e8ea21

Browse files
committed
coding standards fix on the AbstractTranslationTestCase class
1 parent 993b7d0 commit 3e8ea21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Language/AbstractTranslationTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ abstract class AbstractTranslationTestCase extends TestCase
6565
// DutchTranslationTest::class => 'nl',
6666
// NorwegianTranslationTest::class => 'no',
6767
// PolishTranslationTest::class => 'pl',
68-
PortugueseTranslationTest::class => 'pt',
68+
PortugueseTranslationTest::class => 'pt',
6969
BrazilianTranslationTest::class => 'pt-BR',
7070
// RussianTranslationTest::class => 'ru',
7171
// SinhalaTranslationTest::class => 'si',

0 commit comments

Comments
 (0)