Skip to content

Commit

Permalink
Create RussianTranslationTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanBell199 committed Oct 29, 2023
1 parent 2452e52 commit 5fc45d6
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions tests/Language/RussianTranslationTest.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?php

declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
*
* (c) CodeIgniter Foundation <admin@codeigniter.com>
*
* 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
{
}

0 comments on commit 5fc45d6

Please sign in to comment.