You are here

protected function MigrateSystemCronTest::setUp in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Migrate/d6/MigrateSystemCronTest.php \Drupal\system\Tests\Migrate\d6\MigrateSystemCronTest::setUp()

Performs setup tasks before each individual test method is run.

Overrides MigrateDrupal6TestBase::setUp

File

core/modules/system/src/Tests/Migrate/d6/MigrateSystemCronTest.php, line 22
Contains \Drupal\system\Tests\Migrate\d6\MigrateSystemCronTest.

Class

MigrateSystemCronTest
Upgrade cron variable to system.*.yml.

Namespace

Drupal\system\Tests\Migrate\d6

Code

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