protected function MigrateAggregatorSettingsTest::setUp in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/aggregator/src/Tests/Migrate/d7/MigrateAggregatorSettingsTest.php \Drupal\aggregator\Tests\Migrate\d7\MigrateAggregatorSettingsTest::setUp()
Performs setup tasks before each individual test method is run.
Overrides MigrateDrupal7TestBase::setUp
File
- core/
modules/ aggregator/ src/ Tests/ Migrate/ d7/ MigrateAggregatorSettingsTest.php, line 24 - Contains \Drupal\aggregator\Tests\Migrate\d7\MigrateAggregatorSettingsTest.
Class
- MigrateAggregatorSettingsTest
- Tests migration of Aggregator's variables to configuration.
Namespace
Drupal\aggregator\Tests\Migrate\d7Code
protected function setUp() {
parent::setUp();
$this
->installConfig(static::$modules);
$this
->executeMigration('d7_aggregator_settings');
}