function MigrateAggregatorSettingsTest::setUp

Same name in other branches
  1. 9 core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateAggregatorSettingsTest.php \Drupal\Tests\aggregator\Kernel\Migrate\d7\MigrateAggregatorSettingsTest::setUp()

Overrides MigrateDrupal7TestBase::setUp

File

core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateAggregatorSettingsTest.php, line 19

Class

MigrateAggregatorSettingsTest
Tests migration of Aggregator's variables to configuration.

Namespace

Drupal\Tests\aggregator\Kernel\Migrate\d7

Code

protected function setUp() {
    parent::setUp();
    $this->installConfig(static::$modules);
    $this->executeMigration('d7_aggregator_settings');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.