You are here

protected function MigrateSystemLoggingTest::setUp in Zircon Profile 8

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

Performs setup tasks before each individual test method is run.

Overrides MigrateDrupal6TestBase::setUp

File

core/modules/system/src/Tests/Migrate/d6/MigrateSystemLoggingTest.php, line 25
Contains \Drupal\system\Tests\Migrate\d6\MigrateSystemLoggingTest.

Class

MigrateSystemLoggingTest
Upgrade error_level variable to system.logging.yml.

Namespace

Drupal\system\Tests\Migrate\d6

Code

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