We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5852f30 commit d3b8bb8Copy full SHA for d3b8bb8
tests/Language/RussianTranslationTest.php
@@ -0,0 +1,21 @@
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 RussianTranslationTest extends AbstractTranslationTestCase
20
+{
21
+}
0 commit comments