1 | <?php |
||
15 | class MultipleOfConstraintTest extends ConstraintTestCase |
||
16 | { |
||
17 | public function testNormalizeThrowsIfNotANumber() |
||
23 | |||
24 | /** |
||
25 | * @dataProvider nonPositiveMultipleOfProvider |
||
26 | * |
||
27 | * @param string $schemaName |
||
28 | */ |
||
29 | public function testNormalizeThrowsOnNonPositiveNumber($schemaName) |
||
35 | |||
36 | public function nonPositiveMultipleOfProvider() |
||
43 | |||
44 | protected function getConstraint() |
||
48 | |||
49 | protected function getCaseFileNames() |
||
53 | } |
||
54 |