Skip to content

Commit 07a4efb

Browse files
authored
Create GermanTranslationTest.php
1 parent df09ccc commit 07a4efb

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)