<?php tempnam(string $directory, string $prefix): string|false
<?php $filesystem = new Filesystem(); $filesystem->mirror(__DIR__.'/../Fixtures', $this->tempDir); $this->tempFile = tempnam(sys_get_temp_dir(), 'webmozart_GlobIteratorTest'); } protected function tearDown(): void