Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 64584b4

Browse files
committed
[Validator] Add support for types (ALL*, LOCAL_*, UNIVERSAL_*, UNICAST_*, MULTICAST_*, BROADCAST) in MacAddress constraint
1 parent 300cf1c commit 64584b4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,10 @@ public static function getValidBroadcastMacs(): array
121121
['ff:ff:ff:ff:ff:ff'],
122122
['FF-ff-FF-ff-FF-ff'],
123123
['fFff.ffff.fffF'],
124-
['ffFFffFFffFF'],
125124
];
126125
}
127126

128127
/**
129-
* @dataProvider getValidMacs
130128
* @dataProvider getValidLocalUnicastMacs
131129
* @dataProvider getValidLocalMulticastMacs
132130
* @dataProvider getValidUniversalUnicastMacs

0 commit comments

Comments
 (0)