function MigrateDateFormatTest::setUp

Same name in other branches
  1. 8.9.x core/modules/system/tests/src/Kernel/Migrate/d6/MigrateDateFormatTest.php \Drupal\Tests\system\Kernel\Migrate\d6\MigrateDateFormatTest::setUp()
  2. 10 core/modules/system/tests/src/Kernel/Migrate/d6/MigrateDateFormatTest.php \Drupal\Tests\system\Kernel\Migrate\d6\MigrateDateFormatTest::setUp()
  3. 11.x core/modules/system/tests/src/Kernel/Migrate/d6/MigrateDateFormatTest.php \Drupal\Tests\system\Kernel\Migrate\d6\MigrateDateFormatTest::setUp()

Overrides MigrateDrupal6TestBase::setUp

File

core/modules/system/tests/src/Kernel/Migrate/d6/MigrateDateFormatTest.php, line 19

Class

MigrateDateFormatTest
Upgrade date formats to core.date_format.*.yml.

Namespace

Drupal\Tests\system\Kernel\Migrate\d6

Code

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

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