Skip to content

Commit c8482b9

Browse files
committed
Updated tests for Symfony 3.0
1 parent 8ca781e commit c8482b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Translation/Extractor/File/FormExtractorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public function testExtract()
127127
$message->addSource(new FileSource($path, 69));
128128
$expected->add($message);
129129

130-
$message = new Message('bar', 'choice-domain');
130+
$message = new Message(Kernel::VERSION_ID > 30000 ? 'foo' : 'bar', 'choice-domain');
131131
$message->addSource(new FileSource($path, 83));
132132
$expected->add($message);
133133

0 commit comments

Comments
 (0)