Skip to content

Commit 95fb8ad

Browse files
committed
tests
1 parent 95d5f7f commit 95fb8ad

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-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
// 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',
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
/**
6+
* This file is part of CodeIgniter Shield.
7+
*
8+
* (c) CodeIgniter Foundation <[email protected]>
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+
}

0 commit comments

Comments
 (0)