function TwigNamespaceTest::setUp

Overrides KernelTestBase::setUp

File

core/modules/system/tests/src/Kernel/Theme/TwigNamespaceTest.php, line 32

Class

TwigNamespaceTest
Tests Twig namespaces.

Namespace

Drupal\Tests\system\Kernel\Theme

Code

protected function setUp() {
  parent::setUp();
  \Drupal::service('theme_installer')->install([
    'test_theme',
    'bartik',
  ]);
  $this->twig = \Drupal::service('twig');
}

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