drop unused private methods

This commit is contained in:
Evgeniy Sokolov 2015-09-09 00:56:24 +02:00 committed by Nicolas Grekas
parent 146dca11a0
commit 0ffcc4f53d
2 changed files with 0 additions and 13 deletions

View File

@ -76,14 +76,6 @@ class PropertyPathMapperTest extends \PHPUnit_Framework_TestCase
return $form;
}
/**
* @return \PHPUnit_Framework_MockObject_MockObject
*/
private function getDataMapper()
{
return $this->getMock('Symfony\Component\Form\DataMapperInterface');
}
public function testMapDataToFormsPassesObjectRefIfByReference()
{
$car = new \stdClass();

View File

@ -489,11 +489,6 @@ class FormFactoryTest extends \PHPUnit_Framework_TestCase
return $this->getMock('Symfony\Component\Form\ResolvedFormTypeInterface');
}
private function getMockType()
{
return $this->getMock('Symfony\Component\Form\FormTypeInterface');
}
private function getMockFormBuilder()
{
return $this->getMock('Symfony\Component\Form\Test\FormBuilderInterface');