[Validator] mark test as legacy

This commit is contained in:
Tomas Votruba 2015-09-12 10:46:41 +02:00
parent f29dd93d5c
commit cf18a997fb

View File

@ -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()