Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 99f5757

Browse files
committed
Fix tests
1 parent 966cfda commit 99f5757

File tree

3 files changed

+81
-75
lines changed

3 files changed

+81
-75
lines changed

src/Symfony/Component/Form/Tests/ChoiceList/Factory/CachingFactoryDecoratorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ public function testCreateViewSameLabelAttributesClosure()
642642

643643
$this->decoratedFactory->expects($this->once())
644644
->method('createView')
645-
->with($list, null, null, null, null, $labelAttr)
645+
->with($list, null, null, null, null, null, $labelAttr)
646646
->will($this->returnValue($view));
647647

648648
$this->assertSame($view, $this->factory->createView($list, null, null, null, null, null, $labelAttr));

0 commit comments

Comments
 (0)