Skip to content

Commit 046bb27

Browse files
committed
Merge branch '2.3' into 2.7
Conflicts: src/Symfony/Component/Form/Tests/FormFactoryTest.php src/Symfony/Component/HttpKernel/Kernel.php
2 parents 1ec0fa8 + 73f9bb3 commit 046bb27

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

Tests/Extension/Core/DataMapper/PropertyPathMapperTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,6 @@ private function getForm(FormConfigInterface $config, $synchronized = true, $sub
7777
return $form;
7878
}
7979

80-
/**
81-
* @return \PHPUnit_Framework_MockObject_MockObject
82-
*/
83-
private function getDataMapper()
84-
{
85-
return $this->getMock('Symfony\Component\Form\DataMapperInterface');
86-
}
87-
8880
public function testMapDataToFormsPassesObjectRefIfByReference()
8981
{
9082
$car = new \stdClass();

Tests/FormFactoryTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -616,9 +616,4 @@ private function getMockResolvedType()
616616
{
617617
return $this->getMock('Symfony\Component\Form\ResolvedFormTypeInterface');
618618
}
619-
620-
private function getMockType()
621-
{
622-
return $this->getMock('Symfony\Component\Form\FormTypeInterface');
623-
}
624619
}

0 commit comments

Comments
 (0)