Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / Tests / Core / Form / FormCacheTest.php
index 3ae9d6c139fb0020c54ce89236dd1d564c4998d4..473308f64b346d3d544883f2e1f87d635380c9e7 100644 (file)
@@ -331,7 +331,7 @@ class FormCacheTest extends UnitTestCase {
   public function testSetCacheWithForm() {
     $form_build_id = 'the_form_build_id';
     $form = [
-      '#form_id' => 'the_form_id'
+      '#form_id' => 'the_form_id',
     ];
     $form_state = new FormState();
 
@@ -417,7 +417,6 @@ class FormCacheTest extends UnitTestCase {
     $this->formCache->setCache($form_build_id, $form, $form_state);
   }
 
-
   /**
    * @covers ::deleteCache
    */