Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / locale / tests / src / Functional / LocaleUpdateBase.php
index f4c59b2873b4fa6a6eb841111a6509976dd80454..2dc379c165048056371c2ff761d24652220614e0 100644 (file)
@@ -138,7 +138,7 @@ EOF;
       'status' => FILE_STATUS_PERMANENT,
     ]);
     file_put_contents($file->getFileUri(), $po_header . $text);
-    touch(drupal_realpath($file->getFileUri()), $timestamp);
+    touch(\Drupal::service('file_system')->realpath($file->getFileUri()), $timestamp);
     $file->save();
   }