function UpgradeTest::setUp

Overrides MigrateUpgradeExecuteTestBase::setUp

File

core/modules/aggregator/tests/src/Functional/migrate_drupal_ui/d7/UpgradeTest.php, line 46

Class

UpgradeTest
Tests Drupal 7 upgrade using the migrate UI.

Namespace

Drupal\Tests\aggregator\Functional\migrate_drupal_ui\d7

Code

protected function setUp() : void {
  MigrateUpgradeTestBase::setUp();
  $this->loadFixture($this->getModulePath('aggregator') . '/tests/fixtures/drupal7.php');
}

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