Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / file / tests / src / Functional / FileFieldTestBase.php
index 16733144e31e792063bfa434ccf09770cc055e50..f3d1c22b460a5835c1cb13becb845216798e8845 100644 (file)
@@ -180,7 +180,7 @@ abstract class FileFieldTestBase extends BrowserTestBase {
    */
   public function replaceNodeFile($file, $field_name, $nid, $new_revision = TRUE) {
     $edit = [
-      'files[' . $field_name . '_0]' => drupal_realpath($file->getFileUri()),
+      'files[' . $field_name . '_0]' => \Drupal::service('file_system')->realpath($file->getFileUri()),
       'revision' => (string) (int) $new_revision,
     ];