| 1 | <?php |
||
| 15 | class EnumConstraintTest extends ConstraintTestCase |
||
| 16 | { |
||
| 17 | public function testNormalizeThrowsIfEnumIsNotArray() |
||
| 23 | |||
| 24 | public function testNormalizeThrowsIfEnumIsEmpty() |
||
| 30 | |||
| 31 | public function testNormalizeThrowsIfEnumElementsAreNotUnique() |
||
| 37 | |||
| 38 | protected function getConstraint() |
||
| 42 | |||
| 43 | protected function getCaseFileNames() |
||
| 47 | } |
||
| 48 |