diff --git a/tests/Functional/Visitor/Php/Symfony/FormTypePlaceholderTest.php b/tests/Functional/Visitor/Php/Symfony/FormTypePlaceholderTest.php index f9a2cab..e334112 100644 --- a/tests/Functional/Visitor/Php/Symfony/FormTypePlaceholderTest.php +++ b/tests/Functional/Visitor/Php/Symfony/FormTypePlaceholderTest.php @@ -51,11 +51,13 @@ public function testChildVisitationNotBlocked() Resources\Php\Symfony\ContainerAwareTrans::class ); - $this->assertCount(4, $collection); + $this->assertCount(6, $collection); $this->assertEquals('trans0', $collection->get(0)->getMessage()); $this->assertEquals('trans1', $collection->get(1)->getMessage()); $this->assertEquals('trans_line', $collection->get(2)->getMessage()); $this->assertEquals('variable', $collection->get(3)->getMessage()); + $this->assertEquals('my.pdf', $collection->get(4)->getMessage()); + $this->assertEquals('bar', $collection->get(5)->getMessage()); } }