We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f362d1f commit 2c386adCopy full SHA for 2c386ad
Tests/Extension/Validator/EventListener/ValidationListenerTest.php
@@ -189,6 +189,9 @@ public function testValidatorInterfaceSinceSymfony25()
189
$this->assertAttributeSame($validator, 'validator', $listener);
190
}
191
192
+ /**
193
+ * @group legacy
194
+ */
195
public function testValidatorInterfaceUntilSymfony24()
196
{
197
// Mock of ValidatorInterface until apiVersion 2.4
@@ -199,6 +202,7 @@ public function testValidatorInterfaceUntilSymfony24()
199
202
200
203
201
204
/**
205
206
* @expectedException \InvalidArgumentException
207
*/
208
public function testInvalidValidatorInterface()
0 commit comments