Skip to content

Commit c4b6eec

Browse files
authored
Merge pull request #43 from php-translation/merge
Fixed merge issue
2 parents f58bf61 + 2c511d5 commit c4b6eec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/Functional/Visitor/Php/Symfony/FormTypePlaceholderTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,13 @@ public function testChildVisitationNotBlocked()
5151
Resources\Php\Symfony\ContainerAwareTrans::class
5252
);
5353

54-
$this->assertCount(4, $collection);
54+
$this->assertCount(6, $collection);
5555

5656
$this->assertEquals('trans0', $collection->get(0)->getMessage());
5757
$this->assertEquals('trans1', $collection->get(1)->getMessage());
5858
$this->assertEquals('trans_line', $collection->get(2)->getMessage());
5959
$this->assertEquals('variable', $collection->get(3)->getMessage());
60+
$this->assertEquals('my.pdf', $collection->get(4)->getMessage());
61+
$this->assertEquals('bar', $collection->get(5)->getMessage());
6062
}
6163
}

0 commit comments

Comments
 (0)