8000 Add unique id to temporary cache folder · symfony/symfony@6c9a2bb · GitHub
[go: up one dir, main page]

Skip to content

Commit 6c9a2bb

Browse files
committed
Add unique id to temporary cache folder
1 parent b9aa7bf commit 6c9a2bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/SecurityBundle/Tests/Functional/AbstractWebTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ protected static function createKernel(array $options = []): KernelInterface
7676

7777
protected static function getVarDir()
7878
{
79-
return 'SB'.substr(strrchr(static::class, '\\'), 1);
79+
return 'SB'.substr(strrchr(static::class, '\\'), 1).uniqid();
8080
}
8181
}

0 commit comments

Comments
 (0)
0