Skip to content

Commit 73f9bb3

Browse files
ewgRanicolas-grekas
authored andcommitted
drop unused private methods
1 parent c1a1169 commit 73f9bb3

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
@@ -76,14 +76,6 @@ private function getForm(FormConfigInterface $config, $synchronized = true, $sub
7676
return $form;
7777
}
7878

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

Tests/FormFactoryTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -489,11 +489,6 @@ private function getMockResolvedType()
489489
return $this->getMock('Symfony\Component\Form\ResolvedFormTypeInterface');
490490
}
491491

492-
private function getMockType()
493-
{
494-
return $this->getMock('Symfony\Component\Form\FormTypeInterface');
495-
}
496-
497492
private function getMockFormBuilder()
498493
{
499494
return $this->getMock('Symfony\Component\Form\Test\FormBuilderInterface');

0 commit comments

Comments
 (0)