protected function MigrateActionsTest::setUp in Drupal 10
Same name in this branch
- 10 core/modules/system/tests/src/Kernel/Migrate/d6/MigrateActionsTest.php \Drupal\Tests\system\Kernel\Migrate\d6\MigrateActionsTest::setUp()
- 10 core/modules/system/tests/src/Kernel/Migrate/d7/MigrateActionsTest.php \Drupal\Tests\system\Kernel\Migrate\d7\MigrateActionsTest::setUp()
Overrides MigrateDrupal7TestBase::setUp
File
- core/
modules/ system/ tests/ src/ Kernel/ Migrate/ d7/ MigrateActionsTest.php, line 20
Class
- MigrateActionsTest
- Tests migration of action items.
Namespace
Drupal\Tests\system\Kernel\Migrate\d7Code
protected function setUp() : void {
parent::setUp();
$this
->executeMigration('d7_action');
}