You are here

protected function FrontMatterTest::setUp in Drupal 9

Overrides KernelTestBase::setUp

File

core/tests/Drupal/KernelTests/Core/Theme/FrontMatterTest.php, line 36

Class

FrontMatterTest
Tests Twig front matter support.

Namespace

Drupal\KernelTests\Core\Theme

Code

protected function setUp() : void {
  parent::setUp();
  $this->twig = \Drupal::service('twig');
}