We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c99c74b commit f8dd6f8Copy full SHA for f8dd6f8
Tests/Matcher/Dumper/CompiledUrlMatcherDumperTest.php
@@ -33,7 +33,7 @@ protected function setUp(): void
33
{
34
parent::setUp();
35
36
- $this->dumpPath = sys_get_temp_dir().\DIRECTORY_SEPARATOR.'php_matcher.'.uniqid('CompiledUrlMatcher').'.php';
+ $this->dumpPath = sys_get_temp_dir().\DIRECTORY_SEPARATOR.'php_matcher.'.uniqid('CompiledUrlMatcher', true).'.php';
37
}
38
39
protected function tearDown(): void
0 commit comments