You are here

drupal-8.8.0.styleswitcher.php in Style Switcher 3.0.x

Same filename and directory in other branches
  1. 8.2 tests/fixtures/update/8201/drupal-8.8.0.styleswitcher.php

DB additions for the update path testing of styleswitcher_update_8201().

@depends core/modules/system/tests/fixtures/update/drupal-8.8.0.bare.standard.php.gz

File

tests/fixtures/update/8201/drupal-8.8.0.styleswitcher.php
View source
<?php

/**
 * @file
 * DB additions for the update path testing of styleswitcher_update_8201().
 *
 * @depends core/modules/system/tests/fixtures/update/drupal-8.8.0.bare.standard.php.gz
 */
use Drupal\Tests\styleswitcher\Functional\Update\UpdatePathTestInstallHelper;
UpdatePathTestInstallHelper::enableExtension('styleswitcher');
UpdatePathTestInstallHelper::setSchemaVersion('styleswitcher', 8000);
UpdatePathTestInstallHelper::addConfigYml('styleswitcher.custom_styles', __DIR__ . '/styleswitcher.custom_styles.before.yml');
UpdatePathTestInstallHelper::addConfigYml('styleswitcher.styles_settings', __DIR__ . '/styleswitcher.styles_settings.before.yml');