You are here

protected function CurrentThemeConditionTest::setUp in Zircon Profile 8

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

Performs setup tasks before each individual test method is run.

Overrides KernelTestBase::setUp

File

core/modules/system/src/Tests/Condition/CurrentThemeConditionTest.php, line 28
Contains \Drupal\system\Tests\Condition\CurrentThemeConditionTest.

Class

CurrentThemeConditionTest
Tests the CurrentThemeCondition plugin.

Namespace

Drupal\system\Tests\Condition

Code

protected function setUp() {
  parent::setUp();
  $this
    ->installSchema('system', array(
    'router',
  ));
}