Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / FunctionalTests / Entity / ContentEntityFormFieldValidationFilteringTest.php
index 133e445bd04774214ae3e0291414024d8c570956..ad8b4383bdba98251e14ea66c001a5ea6aeb8a82 100644 (file)
@@ -138,7 +138,7 @@ class ContentEntityFormFieldValidationFilteringTest extends BrowserTestBase {
     // \Drupal\file\Plugin\Field\FieldWidget\FileWidget::process().
     $text_file = current($this->getTestFiles('text'));
     $edit = [
-      'files[test_file_0]' => \Drupal::service('file_system')->realpath($text_file->uri)
+      'files[test_file_0]' => \Drupal::service('file_system')->realpath($text_file->uri),
     ];
     $assert_session->elementNotExists('css', 'input#edit-test-file-0-remove-button');
     $this->drupalPostForm(NULL, $edit, 'Upload');