Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / ckeditor / tests / src / Kernel / CKEditorPluginManagerTest.php
index eb02d37adad14ad526b429c3e2abf568c2445fee..5664728ec30253c07651ae5bae6e935dc1d4aa99 100644 (file)
@@ -151,7 +151,7 @@ class CKEditorPluginManagerTest extends KernelTestBase {
 
     // Case 2: CKEditor iframe instance CSS file.
     $expected = [
-      'llama_css' => [drupal_get_path('module', 'ckeditor_test') . '/css/llama.css']
+      'llama_css' => [drupal_get_path('module', 'ckeditor_test') . '/css/llama.css'],
     ];
     $this->assertIdentical($expected, $this->manager->getCssFiles($editor), 'Iframe instance CSS file found.');
   }