| Total Complexity | 2 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | class CollectionTest extends TestCase |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @return array |
||
| 16 | */ |
||
| 17 | public function allInstanceOfProvider(): array |
||
| 25 | ]; |
||
| 26 | } |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @dataProvider allInstanceOfProvider |
||
| 30 | * |
||
| 31 | * @param array $items |
||
| 32 | * @param string $className |
||
| 33 | * @param bool $expectedResult |
||
| 34 | */ |
||
| 35 | public function testAllInstanceOf(array $items, string $className, bool $expectedResult): void |
||
| 42 |