| Total Complexity | 2 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | class FormTest extends TestCase |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @return array |
||
| 13 | */ |
||
| 14 | public function filterProvider(): array |
||
| 18 | ]; |
||
| 19 | } |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @dataProvider filterProvider |
||
| 23 | * |
||
| 24 | * @param string[] $intents |
||
| 25 | * @param array $attributes |
||
| 26 | * @param string|null $tag |
||
| 27 | */ |
||
| 28 | public function testFilter(array $intents, array $attributes, ?string $tag) |
||
| 38 |