8000 Merge branch '2.3' into 2.7 · lrlopez/symfony@4ecbc70 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4ecbc70

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 b38e448 + 753d46a commit 4ecbc70

File tree

3 files changed

+4
-17
lines changed

3 files changed

+4
-17
lines changed

src/Symfony/Component/Form/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();

src/Symfony/Component/Form/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
}

src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ abstract class Kernel implements KernelInterface, TerminableInterface
6161
protected $loadClassCache;
6262

6363
const VERSION = '2.7.5-DEV';
64-
const VERSION_ID = '20705';
65-
const MAJOR_VERSION = '2';
66-
const MINOR_VERSION = '7';
67-
const RELEASE_VERSION = '5';
64+
const VERSION_ID = 20705;
65+
const MAJOR_VERSION = 2;
66+
const MINOR_VERSION = 7;
67+
const RELEASE_VERSION = 5;
6868
const EXTRA_VERSION = 'DEV';
6969

7070
const END_OF_MAINTENANCE = '05/2018';

0 commit comments

Comments
 (0)
0