function TwigRegistryLoaderTest::testTemplateDiscovery

Tests template discovery using the Drupal theme registry.

File

core/modules/system/tests/src/Functional/Theme/TwigRegistryLoaderTest.php, line 53

Class

TwigRegistryLoaderTest
Tests Twig registry loader.

Namespace

Drupal\Tests\system\Functional\Theme

Code

public function testTemplateDiscovery() : void {
  $this->assertTwigTemplate($this->twig
    ->load('block.html.twig'), 'Found block.html.twig in block module.');
}

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