Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / filesystem / Tests / LockHandlerTest.php
index 0791cebc694b84d7172fe30c45f3de87a75b9877..9ed871ea5a2a336ad75bbb50c0bf13005286e57d 100644 (file)
@@ -49,7 +49,7 @@ class LockHandlerTest extends TestCase
             $this->markTestSkipped('This test cannot run on Windows.');
         }
 
-        $lockPath = sys_get_temp_dir().'/'.uniqid();
+        $lockPath = sys_get_temp_dir().'/'.uniqid('', true);
         $e = null;
         $wrongMessage = null;