function MigrateAggregatorConfigsTest::setUp

Overrides MigrateDrupal6TestBase::setUp

File

core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorConfigsTest.php, line 20

Class

MigrateAggregatorConfigsTest
Upgrade variables to aggregator.settings.yml.

Namespace

Drupal\Tests\aggregator\Kernel\Migrate\d6

Code

protected function setUp() : void {
  parent::setUp();
  $this->executeMigration('d6_aggregator_settings');
}

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