Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / quickedit / tests / src / Kernel / MetadataGeneratorTest.php
index 42c4103dca482a7ef6bed1346b26cced5822fa42..75f303049476421e1bd4283d00ec4733191c72f1 100644 (file)
@@ -30,7 +30,7 @@ class MetadataGeneratorTest extends QuickEditTestBase {
   /**
    * The metadata generator object to be tested.
    *
-   * @var \Drupal\quickedit\MetadataGeneratorInterface.php
+   * @var \Drupal\quickedit\MetadataGeneratorInterface
    */
   protected $metadataGenerator;
 
@@ -169,7 +169,7 @@ class MetadataGeneratorTest extends QuickEditTestBase {
       'label' => 'Rich text field',
       'editor' => 'wysiwyg',
       'custom' => [
-        'format' => 'full_html'
+        'format' => 'full_html',
       ],
     ];
     $this->assertEqual($expected, $metadata, 'The correct metadata (including custom metadata) is generated.');