Issue #3306720 by Spokje: Replace ckeditor with ckeditor5 in twig_theme_test.attach_library.html.twig
(cherry picked from commit e09d527af8
)
merge-requests/1814/merge
parent
17bbfa4a18
commit
9982e89c54
|
@ -1 +1 @@
|
|||
{{ attach_library('core/ckeditor') }}
|
||||
{{ attach_library('core/ckeditor5') }}
|
||||
|
|
|
@ -144,7 +144,7 @@ class EngineTwigTest extends BrowserTestBase {
|
|||
*/
|
||||
public function testTwigAttachLibrary() {
|
||||
$this->drupalGet('/twig-theme-test/attach-library');
|
||||
$this->assertSession()->responseContains('ckeditor.js');
|
||||
$this->assertSession()->responseContains('ckeditor5-dll.js');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue