Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7833eb7

Browse filesBrowse files
[Translation] Fix test failing without the intl extension
1 parent 6ae13cf commit 7833eb7
Copy full SHA for 7833eb7

1 file changed

+3Lines changed: 3 additions & 0 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎src/Symfony/Component/Translation/Tests/Catalogue/AbstractOperationTestCase.php‎

Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Tests/Catalogue/AbstractOperationTestCase.php
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ public function testSourceAndTargetWithDifferentLocales()
8282
);
8383
}
8484

85+
/**
86+
* @requires extension intl
87+
*/
8588
public function testMovingMessagesToIntlDomainsKeepsCatalogueMetadata()
8689
{
8790
$target = new MessageCatalogue('en', ['messages' => ['foo' => 'bar']]);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.