We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df09ccc commit 07a4efbCopy full SHA for 07a4efb
1 file changed
tests/Language/GermanTranslationTest.php
@@ -0,0 +1,19 @@
1
+<?php
2
+
3
+/**
4
+ * This file is part of CodeIgniter 4 framework.
5
+ *
6
+ * (c) CodeIgniter Foundation <admin@codeigniter.com>
7
8
+ * For the full copyright and license information, please view
9
+ * the LICENSE file that was distributed with this source code.
10
+ */
11
12
+namespace Tests\Language;
13
14
15
+ * @internal
16
17
+final class GermanTranslationTest extends AbstractTranslationTestCase
18
+{
19
+}
0 commit comments