function MigrateActionConfigsTest::setUp

Overrides MigrateDrupal6TestBase::setUp

File

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

Class

MigrateActionConfigsTest
Upgrade variables to null.

Namespace

Drupal\Tests\system\Kernel\Migrate\d6

Code

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

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