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 5b15337 commit ae567f7Copy full SHA for ae567f7
Tests/Constraints/CssColorTest.php
@@ -41,26 +41,6 @@ public function testAttributes()
41
self::assertSame('some attached data', $cConstraint->payload);
42
}
43
44
- public function testMissingPattern()
45
- {
46
- $constraint = new CssColor(null);
47
-
48
- $this->assertSame([
49
- CssColor::HEX_LONG,
50
- CssColor::HEX_LONG_WITH_ALPHA,
51
- CssColor::HEX_SHORT,
52
- CssColor::HEX_SHORT_WITH_ALPHA,
53
- CssColor::BASIC_NAMED_COLORS,
54
- CssColor::EXTENDED_NAMED_COLORS,
55
- CssColor::SYSTEM_COLORS,
56
- CssColor::KEYWORDS,
57
- CssColor::RGB,
58
- CssColor::RGBA,
59
- CssColor::HSL,
60
- CssColor::HSLA,
61
- ], $constraint->formats);
62
- }
63
64
public function testMissingPatternDoctrineStyle()
65
{
66
$constraint = new CssColor([]);
0 commit comments