function MigrateColorTest::setUp
Same name in other branches
- 9 core/modules/color/tests/src/Kernel/Migrate/d7/MigrateColorTest.php \Drupal\Tests\color\Kernel\Migrate\d7\MigrateColorTest::setUp()
Overrides MigrateDrupal7TestBase::setUp
File
-
core/
modules/ color/ tests/ src/ Kernel/ Migrate/ d7/ MigrateColorTest.php, line 22
Class
- MigrateColorTest
- Tests migration of Color variables to configuration.
Namespace
Drupal\Tests\color\Kernel\Migrate\d7Code
protected function setUp() {
parent::setUp();
// Install the themes used for this test.
$this->container
->get('theme_installer')
->install([
'bartik',
]);
$this->executeMigration('d7_color');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.