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 9de4a4a commit 865f7d1Copy full SHA for 865f7d1
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