Skip to content

Commit

Permalink
fix cssColor HSLA test dataProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmok authored and fabpot committed Jun 9, 2024
1 parent d536c47 commit 1fee97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Constraints/CssColorValidatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ public static function getInvalidHSL(): array
}

/**
* @dataProvider getInvalidHSL
* @dataProvider getInvalidHSLA
*/
public function testInvalidHSLA($cssColor)
{
Expand Down

0 comments on commit 1fee97c

Please sign in to comment.