1 | <?php declare(strict_types = 1); |
||
11 | class SymfonyInteropContainerExtensionTest extends SymfonyInteropContainerTestCase |
||
12 | { |
||
13 | /** @var ContainerInterface */ |
||
14 | protected $container; |
||
15 | |||
16 | public function testLoad_WithBundle_ShouldContainSymfonyInteropContainer() |
||
22 | |||
23 | /** |
||
24 | * @param string[] $bundles |
||
25 | * @param ConfigFile[] $configFiles |
||
26 | * |
||
27 | * @return void |
||
28 | */ |
||
29 | private function whenBuildContainerWith(array $bundles = [], array $configFiles = []): void |
||
33 | |||
34 | private function thenContainsSymfonyInteropContainer() |
||
41 | } |
||
42 |