Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / file / src / Tests / FileListingTest.php
index cca21c5a4c652fd0196abe114163e449935d8907..5c8b834b8b9e0ec5926f06726c159acf3fbe079a 100644 (file)
@@ -96,7 +96,7 @@ class FileListingTest extends FileFieldTestBase {
       $file = $this->getTestFile('image');
 
       $edit = [
-        'files[file_0]' => drupal_realpath($file->getFileUri()),
+        'files[file_0]' => \Drupal::service('file_system')->realpath($file->getFileUri()),
       ];
       $this->drupalPostForm(NULL, $edit, t('Save'));
       $node = Node::load($node->id());