protected function TwigNamespaceTest::setUp in Drupal 8
Same name and namespace in other branches
- 9 core/modules/system/tests/src/Kernel/Theme/TwigNamespaceTest.php \Drupal\Tests\system\Kernel\Theme\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\ThemeCode
protected function setUp() {
parent::setUp();
\Drupal::service('theme_installer')
->install([
'test_theme',
'bartik',
]);
$this->twig = \Drupal::service('twig');
}