Skip to content

Commit

Permalink
Fix #6374 move FormBuilderInterface from Tests to Test
Browse files Browse the repository at this point in the history
  • Loading branch information
tvlooy committed Dec 16, 2012
1 parent b1f2c2b commit f56a2b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/

namespace Symfony\Component\Form\Tests;
namespace Symfony\Component\Form\Test;

interface FormBuilderInterface extends \Iterator, \Symfony\Component\Form\FormBuilderInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Form/Tests/FormFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,6 @@ private function getMockType()

private function getMockFormBuilder()
{
return $this->getMock('Symfony\Component\Form\Tests\FormBuilderInterface');
return $this->getMock('Symfony\Component\Form\Test\FormBuilderInterface');
}
}

0 comments on commit f56a2b9

Please sign in to comment.