Skip to content

Commit 61ae4b1

Browse files
Update src/Symfony/Component/Translation/Tests/Extractor/Visitor/TransMethodVisitorTest.php
Co-authored-by: Hubert Lenoir <Jean-Beru@users.noreply.github.com>
1 parent 9006696 commit 61ae4b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Translation/Tests/Extractor/Visitor/TransMethodVisitorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,6 @@ public function assertCatalogue(MessageCatalogue $catalogue): void
115115
$this->assertEquals(['sources' => [self::FIXTURES_FOLDER . 'translatable-short-fqn.html.php:2']], $catalogue->getMetadata('translatable-short-fqn single-quoted key'));
116116
$this->assertEquals(['sources' => [self::FIXTURES_FOLDER . 'translatable-short-fqn.html.php:37']], $catalogue->getMetadata('translatable-short-fqn other-domain-test-no-params-short-array', 'not_messages'));
117117

118-
$this->assertEquals(['sources' => [self::FIXTURES_FOLDER . 'translatable-backed-enum.html.php:16']], $catalogue->getMetadata('text_align.left.label'));
118+
$this->assertEquals(['sources' => [self::FIXTURES_FOLDER . 'translatable-backed-enum.html.php:17']], $catalogue->getMetadata('text_align.left.label'));
119119
}
120120
}

0 commit comments

Comments
 (0)