Total Complexity | 1 |
Total Lines | 12 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
16 | class SiteConfigurationServiceTest extends AbstractUnitTest |
||
17 | { |
||
18 | /** |
||
19 | * @covers \Lochmueller\LanguageDetection\Domain\Model\Dto\SiteConfiguration |
||
20 | * @covers \Lochmueller\LanguageDetection\Service\SiteConfigurationService |
||
21 | */ |
||
22 | public function testCreationOfConfigurationDto(): void |
||
30 |