8000 fix cssColor HSLA test dataProvider · symfony/symfony@475d54c · GitHub
[go: up one dir, main page]

Skip to content

Commit 475d54c

Browse files
committed
fix cssColor HSLA test dataProvider
1 parent 678abb4 commit 475d54c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Validator/Tests/Constraints/CssColorValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ public static function getInvalidHSL(): array
403403
}
404404

405405
/**
406-
* @dataProvider getInvalidHSL
406+
* @dataProvider getInvalidHSLA
407407
*/
408408
public function testInvalidHSLA($cssColor)
409409
{

0 commit comments

Comments
 (0)
0