File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
src/Symfony/Component/Validator/Tests/Constraints Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -41,26 +41,6 @@ public function testAttributes()
41
41
self ::assertSame ('some attached data ' , $ cConstraint ->payload );
42
42
}
43
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
44
public function testMissingPatternDoctrineStyle ()
65
45
{
66
46
$ constraint = new CssColor ([]);
You can’t perform that action at this time.
0 commit comments