We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f58bf61 + 2c511d5 commit c4b6eecCopy full SHA for c4b6eec
tests/Functional/Visitor/Php/Symfony/FormTypePlaceholderTest.php
@@ -51,11 +51,13 @@ public function testChildVisitationNotBlocked()
51
Resources\Php\Symfony\ContainerAwareTrans::class
52
);
53
54
- $this->assertCount(4, $collection);
+ $this->assertCount(6, $collection);
55
56
$this->assertEquals('trans0', $collection->get(0)->getMessage());
57
$this->assertEquals('trans1', $collection->get(1)->getMessage());
58
$this->assertEquals('trans_line', $collection->get(2)->getMessage());
59
$this->assertEquals('variable', $collection->get(3)->getMessage());
60
+ $this->assertEquals('my.pdf', $collection->get(4)->getMessage());
61
+ $this->assertEquals('bar', $collection->get(5)->getMessage());
62
}
63
0 commit comments