Total Complexity | 4 |
Total Lines | 53 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
11 | final class RulesNormalizerTest extends TestCase |
||
12 | { |
||
13 | public function dataNormalize(): array |
||
32 | ], |
||
33 | ]; |
||
34 | } |
||
35 | |||
36 | /** |
||
37 | * @dataProvider dataNormalize |
||
38 | * |
||
39 | * More cases are covered in {@see ValidatorTest}. |
||
40 | * |
||
41 | * @see ValidatorTest::testDataAndRulesCombinations() |
||
42 | * @see ValidatorTest::testRulesPropertyVisibility() |
||
43 | * @see ValidatorTest::testWithEmptyArrayOfRules() |
||
44 | * @see ValidatorTest::testDiverseTypes() |
||
45 | * @see ValidatorTest::testNullAsDataSet() |
||
46 | * @see ValidatorTest::testValidateWithSingleRule() |
||
47 | */ |
||
48 | public function testNormalizeWithArrayResult( |
||
66 |