public function EngineTwigTest::testTwigAttachLibrary in Drupal 8
Same name and namespace in other branches
- 9 core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php \Drupal\Tests\system\Functional\Theme\EngineTwigTest::testTwigAttachLibrary()
- 10 core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php \Drupal\Tests\system\Functional\Theme\EngineTwigTest::testTwigAttachLibrary()
Tests the attach of asset libraries.
File
- core/
modules/ system/ tests/ src/ Functional/ Theme/ EngineTwigTest.php, line 143
Class
- EngineTwigTest
- Tests Twig-specific theme functionality.
Namespace
Drupal\Tests\system\Functional\ThemeCode
public function testTwigAttachLibrary() {
$this
->drupalGet('/twig-theme-test/attach-library');
$this
->assertRaw('ckeditor.js');
}