| Total Complexity | 3 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 12 | class ResourceCollectionTest extends AbstractTest |
||
| 13 | { |
||
| 14 | use AbstractTypeTraitTest; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @return string |
||
| 18 | */ |
||
| 19 | protected function typeClass() |
||
| 20 | { |
||
| 21 | return ResourceCollection::class; |
||
| 22 | } |
||
| 23 | |||
| 24 | protected function typeInvalidValues(): array |
||
| 27 | } |
||
| 28 | |||
| 29 | protected function typeValidValues(): array |
||
| 34 |