diff --git a/src/Symfony/Component/Form/Tests/AbstractFormTest.php b/src/Symfony/Component/Form/Tests/AbstractFormTest.php index 8393d61d0b..4581ad9d72 100644 --- a/src/Symfony/Component/Form/Tests/AbstractFormTest.php +++ b/src/Symfony/Component/Form/Tests/AbstractFormTest.php @@ -40,7 +40,7 @@ abstract class AbstractFormTest extends \PHPUnit_Framework_TestCase // We need an actual dispatcher to bind the deprecated // bindRequest() method - $this->dispatcher = new EventDispatcher();; + $this->dispatcher = new EventDispatcher(); $this->factory = $this->getMock('Symfony\Component\Form\FormFactoryInterface'); $this->form = $this->createForm(); }