function MigrateShortcutSetUsersTest::setUp
Same name in other branches
- 8.9.x core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutSetUsersTest.php \Drupal\Tests\shortcut\Kernel\Migrate\d7\MigrateShortcutSetUsersTest::setUp()
- 10 core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutSetUsersTest.php \Drupal\Tests\shortcut\Kernel\Migrate\d7\MigrateShortcutSetUsersTest::setUp()
- 11.x core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutSetUsersTest.php \Drupal\Tests\shortcut\Kernel\Migrate\d7\MigrateShortcutSetUsersTest::setUp()
Overrides MigrateDrupal7TestBase::setUp
File
-
core/
modules/ shortcut/ tests/ src/ Kernel/ Migrate/ d7/ MigrateShortcutSetUsersTest.php, line 30
Class
- MigrateShortcutSetUsersTest
- Test shortcut_set_users migration.
Namespace
Drupal\Tests\shortcut\Kernel\Migrate\d7Code
protected function setUp() : void {
parent::setUp();
$this->installEntitySchema('shortcut');
$this->installEntitySchema('menu_link_content');
$this->installSchema('shortcut', [
'shortcut_set_users',
]);
$this->migrateUsers(FALSE);
$this->executeMigration('d7_shortcut_set');
$this->executeMigration('d7_menu');
$this->executeMigration('d7_shortcut');
$this->executeMigration('d7_shortcut_set_users');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.