Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / ckeditor / tests / src / Kernel / CKEditorTest.php
index 4f1da31834088608203b51e16bf9f988e021f691..6ff5d20e6a60aafd1f55bfc2229101faee18ba48 100644 (file)
@@ -24,7 +24,7 @@ class CKEditorTest extends KernelTestBase {
   /**
    * An instance of the "CKEditor" text editor plugin.
    *
-   * @var \Drupal\ckeditor\Plugin\Editor\CKEditor;
+   * @var \Drupal\ckeditor\Plugin\Editor\CKEditor
    */
   protected $ckeditor;
 
@@ -50,7 +50,7 @@ class CKEditorTest extends KernelTestBase {
           'status' => 1,
           'settings' => [
             'allowed_html' => '<h2 id> <h3> <h4> <h5> <h6> <p> <br> <strong> <a href hreflang>',
-          ]
+          ],
         ],
       ],
     ]);