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 @@ -47,7 +47,7 @@ abstract class AbstractTranslationTestCase extends TestCase
4747 * @var array<string, string>
4848 */
4949 public static array $ locales = [
50- // ArabicTranslationTest::class => 'ar',
50+ ArabicTranslationTest::class => 'ar ' ,
5151 BulgarianTranslationTest::class => 'bg ' ,
5252 // BosnianTranslationTest::class => 'bs',
5353 // CzechTranslationTest::class => 'cs',
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 4 framework.
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 ArabicTranslationTest extends AbstractTranslationTestCase
20+ {
21+ }
You can’t perform that action at this time.
0 commit comments