Mercurial > hg > isophonics-drupal-site
diff core/modules/update/tests/src/Functional/UpdateDeleteFileIfStaleTest.php @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | 4c8ae668cc8c |
children |
line wrap: on
line diff
--- a/core/modules/update/tests/src/Functional/UpdateDeleteFileIfStaleTest.php Mon Apr 23 09:33:26 2018 +0100 +++ b/core/modules/update/tests/src/Functional/UpdateDeleteFileIfStaleTest.php Mon Apr 23 09:46:53 2018 +0100 @@ -38,7 +38,7 @@ ->set('temporary_maximum_age', -100000) ->save(); - $file_path = drupal_realpath($file_name); + $file_path = \Drupal::service('file_system')->realpath($file_name); update_delete_file_if_stale($file_path); $this->assertFalse(is_file($file_path));