| Total Complexity | 2 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 7 | final class TestConfigTest extends ConfigTest |
||
| 8 | { |
||
| 9 | public function configProvider(): array |
||
| 10 | { |
||
| 11 | return [ |
||
| 12 | [ |
||
| 13 | \Environment\Serializer\SerializerInterface::class, |
||
| 14 | \Environment\Tests\Serializer\TestSerializer::class, |
||
| 15 | ], |
||
| 16 | ]; |
||
| 17 | } |
||
| 18 | |||
| 19 | protected function getDefaultConfigName(): string |
||
| 22 | } |
||
| 23 | } |
||
| 24 |