Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / Tests / Core / Form / FormAjaxResponseBuilderTest.php
index 177504c13ad64f3c32c4e0beca16bd1727629f4a..d9537c3fdbdb5b6f8eb43532a4b898eafcd8caa3 100644 (file)
@@ -86,7 +86,7 @@ class FormAjaxResponseBuilderTest extends UnitTestCase {
       '#ajax' => [
         'callback' => function (array $form, FormStateInterface $form_state) {
           return $form['test'];
-        }
+        },
       ],
     ];
     $request = new Request();
@@ -117,7 +117,7 @@ class FormAjaxResponseBuilderTest extends UnitTestCase {
       '#ajax' => [
         'callback' => function (array $form, FormStateInterface $form_state) {
           return new AjaxResponse([]);
-        }
+        },
       ],
     ];
     $request = new Request();
@@ -142,7 +142,7 @@ class FormAjaxResponseBuilderTest extends UnitTestCase {
       '#ajax' => [
         'callback' => function (array $form, FormStateInterface $form_state) {
           return new AjaxResponse([]);
-        }
+        },
       ],
     ];
     $request = new Request();
@@ -175,7 +175,7 @@ class FormAjaxResponseBuilderTest extends UnitTestCase {
       '#ajax' => [
         'callback' => function (array $form, FormStateInterface $form_state) {
           return new AjaxResponse([]);
-        }
+        },
       ],
     ];
     $request = new Request();