function MigrateAggregatorFeedTest::setUp
Same name in this branch
- 9 core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateAggregatorFeedTest.php \Drupal\Tests\aggregator\Kernel\Migrate\d7\MigrateAggregatorFeedTest::setUp()
Same name in other branches
- 8.9.x core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorFeedTest.php \Drupal\Tests\aggregator\Kernel\Migrate\d6\MigrateAggregatorFeedTest::setUp()
- 8.9.x core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateAggregatorFeedTest.php \Drupal\Tests\aggregator\Kernel\Migrate\d7\MigrateAggregatorFeedTest::setUp()
Overrides MigrateDrupal6TestBase::setUp
File
-
core/
modules/ aggregator/ tests/ src/ Kernel/ Migrate/ d6/ MigrateAggregatorFeedTest.php, line 18
Class
- MigrateAggregatorFeedTest
- Tests migration of aggregator feeds.
Namespace
Drupal\Tests\aggregator\Kernel\Migrate\d6Code
protected function setUp() : void {
parent::setUp();
$this->installEntitySchema('aggregator_feed');
$this->executeMigration('d6_aggregator_feed');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.