| Total Complexity | 5 | 
| Total Lines | 32 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php declare(strict_types = 1);  | 
            ||
| 12 | abstract class AbstractWebTestCase extends WebTestCase  | 
            ||
| 13 | { | 
            ||
| 14 | /**  | 
            ||
| 15 | * setup method  | 
            ||
| 16 | */  | 
            ||
| 17 | protected function setUp(): void  | 
            ||
| 24 | }  | 
            ||
| 25 | |||
| 26 | /**  | 
            ||
| 27 | * @return ContainerInterface  | 
            ||
| 28 | */  | 
            ||
| 29 | public static function getParentContainer(): ContainerInterface  | 
            ||
| 36 | }  | 
            ||
| 37 | |||
| 38 | /**  | 
            ||
| 39 | * @return string  | 
            ||
| 40 | */  | 
            ||
| 41 | protected static function getKernelClass()  | 
            ||
| 46 |