Kraken\_Unit\Filesystem\Factory\AllFactoryTest::factoriesProvider PHP Метод

factoriesProvider() публичный Метод

public factoriesProvider ( ) : array
Результат array
    public function factoriesProvider()
    {
        return [[Aws3v2Factory::class, $this->getAws3v2Data()], [Aws3v3Factory::class, $this->getAws3v3Data()], [DropboxFactory::class, $this->getDropboxData()], [FtpdFactory::class, $this->getFtpdData()], [FtpFactory::class, $this->getFtpData()], [LocalFactory::class, $this->getLocalData()], [MemoryFactory::class, $this->getMemoryData()], [NullFactory::class, $this->getNullData()], [RackspaceFactory::class, $this->getRackspaceData()], [RedisFactory::class, $this->getRedisData()], [SftpFactory::class, $this->getSftpData()], [WebDavFactory::class, $this->getWebDavData()], [ZipFactory::class, $this->getZipData()]];
    }