Kraken\_Unit\Filesystem\FilesystemAdapterSimpleFactoryTest::createFilesystemAdapterSimpleFactory PHP Method

createFilesystemAdapterSimpleFactory() public method

public createFilesystemAdapterSimpleFactory ( mixed[] $defaults = [] ) : FilesystemAdapterSimpleFactory
$defaults mixed[]
return Kraken\Filesystem\FilesystemAdapterSimpleFactory
    public function createFilesystemAdapterSimpleFactory($defaults = [])
    {
        return new FilesystemAdapterSimpleFactoryMock($defaults);
    }