| 1 | <?php |
||
| 14 | abstract class AbstractContainerAwareTestCase extends TestCase |
||
| 15 | { |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @var Container[] |
||
| 19 | */ |
||
| 20 | private static $containers = []; |
||
| 21 | |||
| 22 | |||
| 23 | /** |
||
| 24 | * @return object |
||
| 25 | */ |
||
| 26 | protected function getServiceByType(string $class) |
||
| 31 | |||
| 32 | |||
| 33 | private function getContainer(): Container |
||
| 45 | |||
| 46 | |||
| 47 | private function getTestDirectory(): string |
||
| 52 | |||
| 53 | } |
||
| 54 |