function EngineTwigTest::testTwigAttachLibrary

Tests the attach of asset libraries.

File

core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php, line 148

Class

EngineTwigTest
Tests Twig-specific theme functionality.

Namespace

Drupal\Tests\system\Functional\Theme

Code

public function testTwigAttachLibrary() : void {
  $this->drupalGet('/twig-theme-test/attach-library');
  $this->assertSession()
    ->responseContains('ckeditor5-dll.js');
}

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