function MigrateAggregatorFeedTest::setUp

Same name in this branch
  1. 8.9.x core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateAggregatorFeedTest.php \Drupal\Tests\aggregator\Kernel\Migrate\d7\MigrateAggregatorFeedTest::setUp()
Same name and namespace in other branches
  1. 9 core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorFeedTest.php \Drupal\Tests\aggregator\Kernel\Migrate\d6\MigrateAggregatorFeedTest::setUp()
  2. 9 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 23

Class

MigrateAggregatorFeedTest
Tests migration of aggregator feeds.

Namespace

Drupal\Tests\aggregator\Kernel\Migrate\d6

Code

protected function setUp() {
    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.