Skip to content
Snippets Groups Projects

Issue #3227940: Ensure 8.x-2.x branch tests pass on Drupalci

Merged Issue #3227940: Ensure 8.x-2.x branch tests pass on Drupalci
2 unresolved threads
2 unresolved threads
1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
@@ -126,9 +126,7 @@ class TestUpdater extends Updater {
* {@inheritdoc}
*/
public function getStageDirectory(): string {
/** @var \Drupal\Core\File\FileSystemInterface $fs */
$fs = \Drupal::service('file_system');
return $fs->getTempDirectory() . "/" . microtime();
return $this->fileSystem->realpath('public://') . microtime();
}
}
Loading