Skip to content

Commit 1e538a6

Browse files
committed
use more entropy with uniqid()
1 parent c97dba5 commit 1e538a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Mapping/Factory/ClassMetadataFactoryCompilerTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ final class ClassMetadataFactoryCompilerTest extends TestCase
2929

3030
protected function setUp(): void
3131
{
32-
$this->dumpPath = sys_get_temp_dir().\DIRECTORY_SEPARATOR.'php_serializer_metadata.'.uniqid('CompiledClassMetadataFactory').'.php';
32+
$this->dumpPath = sys_get_temp_dir().\DIRECTORY_SEPARATOR.'php_serializer_metadata.'.uniqid('CompiledClassMetadataFactory', true).'.php';
3333
}
3434

3535
protected function tearDown(): void

0 commit comments

Comments
 (0)