function MigrateAggregatorItemTest::setUp
Overrides MigrateDrupal7TestBase::setUp
File
-
core/
modules/ aggregator/ tests/ src/ Kernel/ Migrate/ d7/ MigrateAggregatorItemTest.php, line 18
Class
- MigrateAggregatorItemTest
- Tests migration of aggregator items.
Namespace
Drupal\Tests\aggregator\Kernel\Migrate\d7Code
protected function setUp() : void {
parent::setUp();
$this->installEntitySchema('aggregator_feed');
$this->installEntitySchema('aggregator_item');
$this->executeMigration('d7_aggregator_feed');
$this->executeMigration('d7_aggregator_item');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.