diff --git a/Tests/Unit/Catalogue/Operation/ReplaceOperationTest.php b/Tests/Unit/Catalogue/Operation/ReplaceOperationTest.php index 743f760a..6ae9744c 100644 --- a/Tests/Unit/Catalogue/Operation/ReplaceOperationTest.php +++ b/Tests/Unit/Catalogue/Operation/ReplaceOperationTest.php @@ -74,6 +74,13 @@ public function testGetResultWithMetadata() ); } + public function testGetResultFromIntlDomain() + { + $this->markTestIncomplete( + 'ICU MessageFormat has not been implemented yet.' + ); + } + public function testGetResultWithArrayMetadata() { $leftCatalogue = new MessageCatalogue('en', ['messages' => ['a' => 'new_a', 'b' => 'new_b']]); diff --git a/composer.json b/composer.json index 4db614ff..a45e4808 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "php": "^7.1", "symfony/framework-bundle": "^3.4 || ^4.0", "symfony/validator": "^3.4 || ^4.0", - "symfony/translation": "^3.4 || ^4.0,<4.2", + "symfony/translation": "^3.4 || ^4.0", "symfony/twig-bundle": "^3.4 || ^4.0", "symfony/finder": "^3.4 || ^4.0", "symfony/intl": "^3.4 || ^4.0",