function MigrateAggregatorConfigsTest::setUp

Same name in other branches
  1. 8.9.x core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorConfigsTest.php \Drupal\Tests\aggregator\Kernel\Migrate\d6\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.