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