Kraken\_Unit\Filesystem\FilesystemManagerTest::createFilesystemMock PHP Method

createFilesystemMock() public method

public createFilesystemMock ( ) : Kraken\Filesystem\FilesystemInterface
return Kraken\Filesystem\FilesystemInterface
    public function createFilesystemMock()
    {
        return $this->getMock(FilesystemMock::class);
    }
FilesystemManagerTest