Verified Commit 9982e89c authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3306720 by Spokje: Replace ckeditor with ckeditor5 in...

Issue #3306720 by Spokje: Replace ckeditor with ckeditor5 in twig_theme_test.attach_library.html.twig

(cherry picked from commit e09d527a)
parent 17bbfa4a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{{ attach_library('core/ckeditor') }}
{{ attach_library('core/ckeditor5') }}
+1 −1
Original line number Diff line number Diff line
@@ -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');
  }

  /**