public function MigrationProcessTest::setUp in Drupal 8
Same name in this branch
- 8 core/modules/migrate_drupal/tests/src/Kernel/d6/MigrationProcessTest.php \Drupal\Tests\migrate_drupal\Kernel\d6\MigrationProcessTest::setUp()
- 8 core/modules/migrate_drupal/tests/src/Kernel/d7/MigrationProcessTest.php \Drupal\Tests\migrate_drupal\Kernel\d7\MigrationProcessTest::setUp()
Same name and namespace in other branches
- 9 core/modules/migrate_drupal/tests/src/Kernel/d6/MigrationProcessTest.php \Drupal\Tests\migrate_drupal\Kernel\d6\MigrationProcessTest::setUp()
- 10 core/modules/migrate_drupal/tests/src/Kernel/d6/MigrationProcessTest.php \Drupal\Tests\migrate_drupal\Kernel\d6\MigrationProcessTest::setUp()
Overrides MigrateDrupal6TestBase::setUp
File
- core/
modules/ migrate_drupal/ tests/ src/ Kernel/ d6/ MigrationProcessTest.php, line 21
Class
- MigrationProcessTest
- Tests the getProcess() method of all Drupal 6 migrations.
Namespace
Drupal\Tests\migrate_drupal\Kernel\d6Code
public function setUp() {
self::$modules = array_keys($this
->coreModuleListDataProvider());
self::$modules = $this
->removeDeprecatedModules(self::$modules);
parent::setUp();
}