Total Complexity | 2 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | class CssTest extends TestCase |
||
10 | { |
||
11 | /** |
||
12 | * @return array[] |
||
13 | */ |
||
14 | public function toStylesProvider(): array |
||
22 | ], |
||
23 | ]; |
||
24 | } |
||
25 | |||
26 | /** |
||
27 | * @dataProvider toStylesProvider |
||
28 | * |
||
29 | * @param array $styles |
||
30 | * @param string $expectedResult |
||
31 | */ |
||
32 | public function testToStyles(array $styles, string $expectedResult): void |
||
39 |