Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cf18a99

Browse filesBrowse files
committed
[Validator] mark test as legacy
1 parent f29dd93 commit cf18a99
Copy full SHA for cf18a99

File tree

Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Extension/Validator/EventListener/ValidationListenerTest.php
+4Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.