There was an error while loading. Please reload this page.
1 parent 325e92d commit 5ae17ecCopy full SHA for 5ae17ec
2 files changed
tests/src/Fixtures/config/unsupported.txt
@@ -1 +1 @@
1
-some content
+some content
tests/src/Parser/ParserRegistryTest.php
@@ -4,9 +4,9 @@
4
5
namespace MoveElevator\ComposerTranslationValidator\Tests\Parser;
6
7
+use MoveElevator\ComposerTranslationValidator\Parser\JsonParser;
8
use MoveElevator\ComposerTranslationValidator\Parser\ParserInterface;
9
use MoveElevator\ComposerTranslationValidator\Parser\ParserRegistry;
-use MoveElevator\ComposerTranslationValidator\Parser\JsonParser;
10
use MoveElevator\ComposerTranslationValidator\Parser\XliffParser;
11
use MoveElevator\ComposerTranslationValidator\Parser\YamlParser;
12
use PHPUnit\Framework\TestCase;
0 commit comments