protected function MigrateAggregatorSettingsTest::setUp in Drupal 9
Same name and namespace in other branches
- 8 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\d7Code
protected function setUp() : void {
parent::setUp();
$this
->installConfig(static::$modules);
$this
->executeMigration('d7_aggregator_settings');
}