<?php sys_get_temp_dir(): string
<?php $systemTempDir = Path::normalize(realpath(sys_get_temp_dir())); $basePath = $systemTempDir.'/'.$namespace.'/'.$shortClass; while (false === @mkdir($tempDir = $basePath.rand(10000, 99999), 0777, true)) {
<?php $filesystem = new Filesystem(); $filesystem->mirror(__DIR__.'/../Fixtures', $this->tempDir); $this->tempFile = tempnam(sys_get_temp_dir(), 'webmozart_GlobIteratorTest'); } protected function tearDown(): void