8000 Merge branch '5.4' into 6.4 · symfony/serializer@ffe0eef · GitHub
[go: up one dir, main page]

Skip to content

Commit ffe0eef

Browse files
committed
Merge branch '5.4' into 6.4
* 5.4: [Cache] Improve `dbindex` DSN parameter parsing Support for PHP-CS-Fixer's parallel runner use more entropy with uniqid() [Contracts][HttpClient] Skip tests when zlib's `ob_gzhandler()` doesn't exist
2 parents 56ce31d + 1e538a6 commit ffe0eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Mapping/Factory/ClassMetadataFactoryCompilerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ final class ClassMetadataFactoryCompilerTest extends TestCase
2727

2828
protected function setUp(): void
2929
{
30-
$this->dumpPath = sys_get_temp_dir().\DIRECTORY_SEPARATOR.'php_serializer_metadata.'.uniqid('CompiledClassMetadataFactory').'.php';
30+
$this->dumpPath = sys_get_temp_dir().\DIRECTORY_SEPARATOR.'php_serializer_metadata.'.uniqid('CompiledClassMetadataFactory', true).'.php';
3131
}
3232

3333
protected function tearDown(): void

0 commit comments

Comments
 (0)
0