X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fsymfony%2Ffilesystem%2FTests%2FLockHandlerTest.php;fp=vendor%2Fsymfony%2Ffilesystem%2FTests%2FLockHandlerTest.php;h=9ed871ea5a2a336ad75bbb50c0bf13005286e57d;hp=0791cebc694b84d7172fe30c45f3de87a75b9877;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/vendor/symfony/filesystem/Tests/LockHandlerTest.php b/vendor/symfony/filesystem/Tests/LockHandlerTest.php index 0791cebc6..9ed871ea5 100644 --- a/vendor/symfony/filesystem/Tests/LockHandlerTest.php +++ b/vendor/symfony/filesystem/Tests/LockHandlerTest.php @@ -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;