File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ abstract class AbstractTranslationTestCase extends TestCase
6565 // MalayalamTranslationTest::class => 'ml',
6666 DutchTranslationTest::class => 'nl ' ,
6767 // NorwegianTranslationTest::class => 'no',
68- // PolishTranslationTest::class => 'pl',
68+ PolishTranslationTest::class => 'pl ' ,
6969 PortugueseTranslationTest::class => 'pt ' ,
7070 BrazilianTranslationTest::class => 'pt-BR ' ,
7171 RussianTranslationTest::class => 'ru ' ,
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ declare (strict_types=1 );
4+
5+ /**
6+ * This file is part of CodeIgniter Shield.
7+ *
8+ * (c) CodeIgniter Foundation <admin@codeigniter.com>
9+ *
10+ * For the full copyright and license information, please view
11+ * the LICENSE file that was distributed with this source code.
12+ */
13+
14+ namespace Tests \Language ;
15+
16+ /**
17+ * @internal
18+ */
19+ final class PolishTranslationTest extends AbstractTranslationTestCase
20+ {
21+ }
You can’t perform that action at this time.
0 commit comments