| 1 | <?php |
||
| 13 | abstract class AbstractContainerAwareTestCase extends TestCase |
||
| 14 | { |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @var Container[] |
||
| 18 | */ |
||
| 19 | private static $containers = []; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @return object |
||
| 23 | */ |
||
| 24 | protected function getServiceByType(string $class) |
||
| 29 | |||
| 30 | |||
| 31 | private function getContainer() : Container |
||
| 43 | |||
| 44 | |||
| 45 | private function getTestDirectory() : string |
||
| 50 | |||
| 51 | } |
||
| 52 |