You are here

protected function Update360Test::initConfig in Lightning Media 8.3

This is a temporary workaround for issue #3031128; it can be removed when UpdateKernel::fixSerializedExtensionObjects() is.

Overrides FunctionalTestSetupTrait::initConfig

File

tests/src/Functional/Update360Test.php, line 44

Class

Update360Test
Tests the update to Lightning Media 3.6.0.

Namespace

Drupal\Tests\lightning_media\Functional

Code

protected function initConfig(ContainerInterface $container) {
  UpdateKernel::fixSerializedExtensionObjects($container);
  parent::initConfig($container);
}