protected function MigrateSystemPerformanceTest::setUp in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/system/src/Tests/Migrate/d6/MigrateSystemPerformanceTest.php \Drupal\system\Tests\Migrate\d6\MigrateSystemPerformanceTest::setUp()
Performs setup tasks before each individual test method is run.
Overrides MigrateDrupal6TestBase::setUp
File
- core/
modules/ system/ src/ Tests/ Migrate/ d6/ MigrateSystemPerformanceTest.php, line 22 - Contains \Drupal\system\Tests\Migrate\d6\MigrateSystemPerformanceTest.
Class
- MigrateSystemPerformanceTest
- Upgrade performance variables to system.*.yml.
Namespace
Drupal\system\Tests\Migrate\d6Code
protected function setUp() {
parent::setUp();
$this
->executeMigration('d6_system_performance');
}