Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / system / tests / src / Kernel / Form / ProgrammaticTest.php
index 03d22afe57893fa7db00f3c32e483fca11960c39..28d056cecd991f1a8b466c9a59d152fdcc3637db 100644 (file)
@@ -95,7 +95,7 @@ class ProgrammaticTest extends KernelTestBase {
   public function testProgrammaticAccessBypass() {
     $form_state = (new FormState())->setValues([
       'textfield' => 'dummy value',
-      'field_restricted' => 'dummy value'
+      'field_restricted' => 'dummy value',
     ]);
 
     // Programmatically submit the form with a value for the restricted field.