You are here

protected function MigrateImageSettingsTest::setUp in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/image/tests/src/Kernel/Migrate/d7/MigrateImageSettingsTest.php \Drupal\Tests\image\Kernel\Migrate\d7\MigrateImageSettingsTest::setUp()

Overrides MigrateDrupal7TestBase::setUp

File

core/modules/image/tests/src/Kernel/Migrate/d7/MigrateImageSettingsTest.php, line 19

Class

MigrateImageSettingsTest
Tests migration of Image variables to configuration.

Namespace

Drupal\Tests\image\Kernel\Migrate\d7

Code

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