function MigrateAggregatorStubTest::setUp

Same name in other branches
  1. 8.9.x core/modules/aggregator/tests/src/Kernel/Migrate/MigrateAggregatorStubTest.php \Drupal\Tests\aggregator\Kernel\Migrate\MigrateAggregatorStubTest::setUp()

Overrides MigrateDrupalTestBase::setUp

File

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

Class

MigrateAggregatorStubTest
Test stub creation for aggregator feeds and items.

Namespace

Drupal\Tests\aggregator\Kernel\Migrate

Code

protected function setUp() : void {
    parent::setUp();
    $this->installEntitySchema('aggregator_feed');
    $this->installEntitySchema('aggregator_item');
}

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