You are here

protected function WarmCacheUpdateFrom8dot6Test::initConfig in Drupal 8

Initialize various configurations post-installation.

Parameters

\Symfony\Component\DependencyInjection\ContainerInterface $container: The container.

Overrides FunctionalTestSetupTrait::initConfig

File

core/modules/system/tests/src/Functional/Update/WarmCacheUpdateFrom8dot6Test.php, line 92

Class

WarmCacheUpdateFrom8dot6Test
Updates from 8.6.0 with warm caches.

Namespace

Drupal\Tests\system\Functional\Update

Code

protected function initConfig(ContainerInterface $container) {

  // Don't touch configuration before running the updates as this invokes
  // \Drupal\system\EventSubscriber\ConfigCacheTag::onSave() which lists
  // themes. This functionality is replicated in
  // core/modules/system/tests/fixtures/update/drupal-8.test-config-init.php.
}