8000 Fix #6374 move FormBuilderInterface from Tests to Test · waibo/symfony@f56a2b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit f56a2b9

Browse files
committed
Fix symfony#6374 move FormBuilderInterface from Tests to Test
1 parent b1f2c2b commit f56a2b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/Form/Tests/FormBuilderInterface.php renamed to src/Symfony/Component/Form/Test/FormBuilderInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Symfony\Component\Form\Tests;
12+
namespace Symfony\Component\Form\Test;
1313

1414
interface FormBuilderInterface extends \Iterator, \Symfony\Component\Form\FormBuilderInterface
1515
{

src/Symfony/Component/Form/Tests/FormFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,6 @@ private function getMockType()
638638

639639
private function getMockFormBuilder()
640640
{
641-
return $this->getMock('Symfony\Component\Form\Tests\FormBuilderInterface');
641+
return $this->getMock('Symfony\Component\Form\Test\FormBuilderInterface');
642642
}
643643
}

0 commit comments

Comments
 (0)
0