We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c97dba5 commit 1e538a6Copy full SHA for 1e538a6
Tests/Mapping/Factory/ClassMetadataFactoryCompilerTest.php
@@ -29,7 +29,7 @@ final class ClassMetadataFactoryCompilerTest extends TestCase
29
30
protected function setUp(): void
31
{
32
- $this->dumpPath = sys_get_temp_dir().\DIRECTORY_SEPARATOR.'php_serializer_metadata.'.uniqid('CompiledClassMetadataFactory').'.php';
+ $this->dumpPath = sys_get_temp_dir().\DIRECTORY_SEPARATOR.'php_serializer_metadata.'.uniqid('CompiledClassMetadataFactory', true).'.php';
33
}
34
35
protected function tearDown(): void
0 commit comments