Skip to content

Commit c72fcf3

Browse files
committed
Added test fro Italian translation
1 parent 8d1b7ba commit c72fcf3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

tests/Language/AbstractTranslationTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ abstract class AbstractTranslationTestCase extends TestCase
5656
FrenchTranslationTest::class => 'fr',
5757
// HungarianTranslationTest::class => 'hu',
5858
IndonesianTranslationTest::class => 'id',
59-
// ItalianTranslationTest::class => 'it',
59+
ItalianTranslationTest::class => 'it',
6060
JapaneseTranslationTest::class => 'ja',
6161
// KoreanTranslationTest::class => 'ko',
6262
// LithuanianTranslationTest::class => 'lt',
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
namespace Tests\Language;
6+
7+
/**
8+
* @internal
9+
*/
10+
final class ItalianTranslationTest extends AbstractTranslationTestCase
11+
{
12+
}

0 commit comments

Comments
 (0)