diff --git a/tests/Language/GermanTranslationTest.php b/tests/Language/GermanTranslationTest.php new file mode 100644 index 000000000..8a1ec34c0 --- /dev/null +++ b/tests/Language/GermanTranslationTest.php @@ -0,0 +1,19 @@ + + * + * For the full copyright and license information, please view + * the LICENSE file that was distributed with this source code. + */ + +namespace Tests\Language; + +/** + * @internal + */ +final class GermanTranslationTest extends AbstractTranslationTestCase +{ +}