You are here

protected function ElementInfoIntegrationTest::setUp in Zircon Profile 8

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

Performs setup tasks before each individual test method is run.

Overrides KernelTestBase::setUp

File

core/modules/system/src/Tests/Render/ElementInfoIntegrationTest.php, line 22
Contains \Drupal\system\Tests\Render\ElementInfoIntegrationTest.

Class

ElementInfoIntegrationTest
Tests the element info.

Namespace

Drupal\system\Tests\Render

Code

protected function setUp() {
  parent::setUp();
  $this->container
    ->get('theme_handler')
    ->install([
    'test_theme',
    'classy',
  ]);
}