| 1 | <?php |
||
| 21 | class EzSystemsPlatformInstallerExtensionTest extends AbstractExtensionTestCase |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * @covers \EzSystems\PlatformInstallerBundle\DependencyInjection\EzSystemsPlatformInstallerExtension::load |
||
| 25 | */ |
||
| 26 | public function testLoadLoadsTaggedCoreInstaller(): void |
||
| 39 | |||
| 40 | /** |
||
| 41 | * @covers \EzSystems\PlatformInstallerBundle\DependencyInjection\EzSystemsPlatformInstallerExtension::load |
||
| 42 | */ |
||
| 43 | public function testLoadLoadsTaggedInstallerCommand(): void |
||
| 52 | |||
| 53 | protected function getContainerExtensions(): array |
||
| 59 | } |
||
| 60 |