protected function IdConflictTest::setUp in Drupal 9
Same name in this branch
- 9 core/modules/migrate_drupal_ui/tests/src/Functional/d6/IdConflictTest.php \Drupal\Tests\migrate_drupal_ui\Functional\d6\IdConflictTest::setUp()
- 9 core/modules/migrate_drupal_ui/tests/src/Functional/d7/IdConflictTest.php \Drupal\Tests\migrate_drupal_ui\Functional\d7\IdConflictTest::setUp()
Same name and namespace in other branches
- 8 core/modules/migrate_drupal_ui/tests/src/Functional/d6/IdConflictTest.php \Drupal\Tests\migrate_drupal_ui\Functional\d6\IdConflictTest::setUp()
Overrides MigrateUpgradeExecuteTestBase::setUp
File
- core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d6/ IdConflictTest.php, line 34
Class
- IdConflictTest
- Tests Drupal 6 Id Conflict page.
Namespace
Drupal\Tests\migrate_drupal_ui\Functional\d6Code
protected function setUp() : void {
parent::setUp();
$this
->loadFixture($this
->getModulePath('migrate_drupal') . '/tests/fixtures/drupal6.php');
}