We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7da2256 + 2cb070a commit 572abfeCopy full SHA for 572abfe
Check/LocalStorageCheck.php
@@ -85,7 +85,7 @@ public function check()
85
86
// Ensure that each adapter is writeable.
87
$fs = $this->storageManager->getFilesystemForStorage($storage);
88
- $filename = 'test_tmp_file_monitor.bak';
+ $filename = sprintf('%s.bak', uniqid('test_tmp_', false));
89
90
try {
91
$bytesWritten = $fs->write($filename, 'content', true);
0 commit comments