From 5fc45d6fed76f009ecc78ec02cc80ca0e0ba7baf Mon Sep 17 00:00:00 2001 From: Ivan <65890952+ivanBell199@users.noreply.github.com> Date: Sun, 29 Oct 2023 17:04:46 +0100 Subject: [PATCH] Create RussianTranslationTest.php --- tests/Language/RussianTranslationTest.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tests/Language/RussianTranslationTest.php diff --git a/tests/Language/RussianTranslationTest.php b/tests/Language/RussianTranslationTest.php new file mode 100644 index 000000000..422deb6ff --- /dev/null +++ b/tests/Language/RussianTranslationTest.php @@ -0,0 +1,21 @@ + + * + * 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 RussianTranslationTest extends AbstractTranslationTestCase +{ +}