function MigrateDrupal7AuditIdsTest::setUp

Overrides MigrateDrupal7TestBase::setUp

File

core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateDrupal7AuditIdsTest.php, line 26

Class

MigrateDrupal7AuditIdsTest
Tests the migration auditor for ID conflicts.

Namespace

Drupal\Tests\aggregator\Kernel\Migrate\d7

Code

protected function setUp() : void {
  parent::setUp();
  // Install required schemas.
  $this->installEntitySchema('aggregator_feed');
  $this->installEntitySchema('aggregator_item');
  $this->installEntitySchema('file');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.