Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / editor / src / Tests / EditorUploadImageScaleTest.php
index 5ac88c70fa5bdf2389d5dd8496e87d42f7f63576..100fb4fdc54e01c3edb1d0d79188a16edba0f244 100644 (file)
@@ -188,7 +188,7 @@ class EditorUploadImageScaleTest extends WebTestBase {
    */
   protected function uploadImage($uri) {
     $edit = [
-      'files[fid]' => drupal_realpath($uri),
+      'files[fid]' => \Drupal::service('file_system')->realpath($uri),
     ];
     $this->drupalGet('editor/dialog/image/basic_html');
     $this->drupalPostForm('editor/dialog/image/basic_html', $edit, t('Upload'));