diff --git a/src/Symfony/Component/Form/Tests/Extension/Validator/EventListener/ValidationListenerTest.php b/src/Symfony/Component/Form/Tests/Extension/Validator/EventListener/ValidationListenerTest.php index 91608aebe8..ff08e8ea54 100644 --- a/src/Symfony/Component/Form/Tests/Extension/Validator/EventListener/ValidationListenerTest.php +++ b/src/Symfony/Component/Form/Tests/Extension/Validator/EventListener/ValidationListenerTest.php @@ -189,6 +189,9 @@ class ValidationListenerTest extends \PHPUnit_Framework_TestCase $this->assertAttributeSame($validator, 'validator', $listener); } + /** + * @group legacy + */ public function testValidatorInterfaceUntilSymfony24() { // Mock of ValidatorInterface until apiVersion 2.4 @@ -199,6 +202,7 @@ class ValidationListenerTest extends \PHPUnit_Framework_TestCase } /** + * @group legacy * @expectedException \InvalidArgumentException */ public function testInvalidValidatorInterface()