Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a9555fb

Browse files
committed
minor #15767 [Validator] mark test as legacy (TomasVotruba)
This PR was merged into the 2.8 branch. Discussion ---------- [Validator] mark test as legacy | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | yes | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Ref #15708 (comment) Failing test are hhvm binaries: https://travis-ci.org/symfony/symfony/jobs/79951993#L530 Commits ------- cf18a99 [Validator] mark test as legacy
2 parents f29dd93 + cf18a99 commit a9555fb

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)