X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fckeditor%2Ftests%2Fsrc%2FFunctional%2FCKEditorToolbarButtonTest.php;fp=web%2Fcore%2Fmodules%2Fckeditor%2Ftests%2Fsrc%2FFunctional%2FCKEditorToolbarButtonTest.php;h=c47b67b0b496f170a9e645cb401b9f4730f100ac;hp=e8d0e2d85893475fa14da21f8d2e8390123f1339;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/modules/ckeditor/tests/src/Functional/CKEditorToolbarButtonTest.php b/web/core/modules/ckeditor/tests/src/Functional/CKEditorToolbarButtonTest.php index e8d0e2d85..c47b67b0b 100644 --- a/web/core/modules/ckeditor/tests/src/Functional/CKEditorToolbarButtonTest.php +++ b/web/core/modules/ckeditor/tests/src/Functional/CKEditorToolbarButtonTest.php @@ -2,7 +2,6 @@ namespace Drupal\Tests\ckeditor\Functional; - use Drupal\filter\Entity\FilterFormat; use Drupal\editor\Entity\Editor; use Drupal\Tests\BrowserTestBase; @@ -67,7 +66,7 @@ class CKEditorToolbarButtonTest extends BrowserTestBase { $this->drupalGet('admin/config/content/formats/manage/full_html'); // Check if any image button is loaded in CKEditor json. - $json_encode = function($html) { + $json_encode = function ($html) { return trim(Json::encode($html), '"'); }; $markup = $json_encode(file_url_transform_relative(file_create_url('core/modules/ckeditor/js/plugins/drupalimage/icons/drupalimage.png')));