2declare(strict_types=1);
74 $contents = $this->filesystem->listContents($this->dir,
false);
75 $this->
files = array_combine(array_map(
function (
Metadata $metadata) {
77 }, $contents), $contents);
85 return $this->
current()->isDir();
An exception for terminatinating execution or to throw for unit testing.
__construct(Filesystem $filesystem, string $dir)
RecursiveDirectoryIterator constructor.
Interface Filesystem The filesystem interface provides the public interface for the Filesystem servic...
Class FlySystemFileAccessTest \Provider\FlySystem @runTestsInSeparateProcesses @preserveGlobalState d...