function MigrationProcessTest::setUp

Same name in this branch
  1. 8.9.x core/modules/migrate_drupal/tests/src/Kernel/d6/MigrationProcessTest.php \Drupal\Tests\migrate_drupal\Kernel\d6\MigrationProcessTest::setUp()
Same name in other branches
  1. 9 core/modules/migrate_drupal/tests/src/Kernel/d6/MigrationProcessTest.php \Drupal\Tests\migrate_drupal\Kernel\d6\MigrationProcessTest::setUp()
  2. 9 core/modules/migrate_drupal/tests/src/Kernel/d7/MigrationProcessTest.php \Drupal\Tests\migrate_drupal\Kernel\d7\MigrationProcessTest::setUp()
  3. 10 core/modules/migrate_drupal/tests/src/Kernel/d6/MigrationProcessTest.php \Drupal\Tests\migrate_drupal\Kernel\d6\MigrationProcessTest::setUp()
  4. 10 core/modules/migrate_drupal/tests/src/Kernel/d7/MigrationProcessTest.php \Drupal\Tests\migrate_drupal\Kernel\d7\MigrationProcessTest::setUp()
  5. 11.x core/modules/migrate_drupal/tests/src/Kernel/d6/MigrationProcessTest.php \Drupal\Tests\migrate_drupal\Kernel\d6\MigrationProcessTest::setUp()
  6. 11.x core/modules/migrate_drupal/tests/src/Kernel/d7/MigrationProcessTest.php \Drupal\Tests\migrate_drupal\Kernel\d7\MigrationProcessTest::setUp()

Overrides MigrateDrupal7TestBase::setUp

File

core/modules/migrate_drupal/tests/src/Kernel/d7/MigrationProcessTest.php, line 21

Class

MigrationProcessTest
Tests the getProcess() method of all Drupal 7 migrations.

Namespace

Drupal\Tests\migrate_drupal\Kernel\d7

Code

public function setUp() {
    self::$modules = array_keys($this->coreModuleListDataProvider());
    self::$modules = $this->removeDeprecatedModules(self::$modules);
    parent::setUp();
}

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