Loading core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.attach_library.html.twig +1 −1 Original line number Diff line number Diff line {{ attach_library('core/ckeditor') }} {{ attach_library('core/ckeditor5') }} core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -144,7 +144,7 @@ public function testTwigFileUrls() { */ public function testTwigAttachLibrary() { $this->drupalGet('/twig-theme-test/attach-library'); $this->assertSession()->responseContains('ckeditor.js'); $this->assertSession()->responseContains('ckeditor5-dll.js'); } /** Loading Loading
core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.attach_library.html.twig +1 −1 Original line number Diff line number Diff line {{ attach_library('core/ckeditor') }} {{ attach_library('core/ckeditor5') }}
core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -144,7 +144,7 @@ public function testTwigFileUrls() { */ public function testTwigAttachLibrary() { $this->drupalGet('/twig-theme-test/attach-library'); $this->assertSession()->responseContains('ckeditor.js'); $this->assertSession()->responseContains('ckeditor5-dll.js'); } /** Loading