function IdConflictTest::setUp
Overrides MigrateUpgradeExecuteTestBase::setUp
File
-
core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d6/ IdConflictTest.php, line 31
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');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.