Skip to content

Commit 865f7d1

Browse files
committed
fix merge
1 parent 9de4a4a commit 865f7d1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Tests/Constraints/YamlValidatorTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ public function testInvalidFlags()
6868
->assertRaised();
6969
}
7070

71-
/**
72-
* @dataProvider getDeprecationOnLinesData
73-
*/
71+
#[DataProvider('getDeprecationOnLinesData')]
7472
public function testDeprecationTriggersParseException(int $yamlLine, string $yamlValue)
7573
{
7674
$lines = explode("\n", $yamlValue);

0 commit comments

Comments
 (0)