Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / system / tests / modules / js_webassert_test / src / Form / JsWebAssertTestForm.php
index d46db774d68fb969e5e34147a334858b9314e620..3197aa5bef602466437666935cb4b286a27e2516 100644 (file)
@@ -135,10 +135,11 @@ class JsWebAssertTestForm extends FormBase {
     $form['added_link'] = [
       '#title' => 'Added link',
       '#type' => 'link',
-      '#url' => Url::fromRoute('js_webassert_test.js_webassert_test_form')
+      '#url' => Url::fromRoute('js_webassert_test.js_webassert_test_form'),
     ];
     return $form;
   }
+
   /**
    * Ajax callback for the "Add field" button.
    */
@@ -179,7 +180,6 @@ class JsWebAssertTestForm extends FormBase {
     return $form;
   }
 
-
   /**
    * Ajax callback for the "Test waitForElementVisible" button.
    */