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 d7472e5 commit 506b333Copy full SHA for 506b333
src/Symfony/Component/Validator/Tests/Constraints/YamlValidatorTest.php
@@ -68,9 +68,7 @@ public function testInvalidFlags()
68
->assertRaised();
69
}
70
71
- /**
72
- * @dataProvider getDeprecationOnLinesData
73
- */
+ #[DataProvider('getDeprecationOnLinesData')]
74
public function testDeprecationTriggersParseException(int $yamlLine, string $yamlValue)
75
{
76
$lines = explode("\n", $yamlValue);
0 commit comments