10000 [Validator] mark test as legacy · symfony/symfony@cf18a99 · GitHub
[go: up one dir, main page]

Skip to content

Commit cf18a99

Browse files
committed
[Validator] mark test as legacy
1 parent f29dd93 commit cf18a99

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Symfony/Component/Form/Tests/Extension/Validator/EventListener/ValidationListenerTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,9 @@ public function testValidatorInterfaceSinceSymfony25()
189189
$this->assertAttributeSame($validator, 'validator', $listener);
190190
}
191191

192+
/**
193+
* @group legacy
194+
*/
192195
public function testValidatorInterfaceUntilSymfony24()
193196
{
194197
// Mock of ValidatorInterface until apiVersion 2.4
@@ -199,6 +202,7 @@ public function testValidatorInterfaceUntilSymfony24()
199202
}
200203

201204
/**
205+
* @group legacy
202206
* @expectedException \InvalidArgumentException
203207
*/
204208
public function testInvalidValidatorInterface()

0 commit comments

Comments
 (0)
0