function MigrateActionsTest::setUp

Overrides MigrateDrupal6TestBase::setUp

File

core/modules/system/tests/src/Kernel/Migrate/d6/MigrateActionsTest.php, line 25

Class

MigrateActionsTest
Tests migration of action items.

Namespace

Drupal\Tests\system\Kernel\Migrate\d6

Code

protected function setUp() : void {
  parent::setUp();
  $this->executeMigration('d6_action');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.