You are here

protected function MigrateAggregatorConfigsTest::setUp in Drupal 9

Same name and namespace in other branches
  1. 8 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 25

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');
}