Skip to content

Commit 565d720

Browse files
committed
There are no plugins in Flysystem v2
1 parent 42c0b0a commit 565d720

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

tests/DependencyInjection/FlysystemExtensionTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,7 @@
1313

1414
use AsyncAws\S3\S3Client as AsyncS3Client;
1515
use Aws\S3\S3Client;
16-
use Google\Cloud\Storage\Bucket;
17-
use Google\Cloud\Storage\StorageClient;
18-
use League\Flysystem\FilesystemInterface;
1916
use League\Flysystem\FilesystemOperator;
20-
use MicrosoftAzure\Storage\Blob\BlobRestProxy;
21-
use OpenCloud\ObjectStore\Resource\Container;
2217
use PHPUnit\Framework\TestCase;
2318
use Symfony\Component\Dotenv\Dotenv;
2419
use Symfony\Component\HttpKernel\Kernel;
@@ -61,7 +56,6 @@ public function testFileystems(string $fsName)
6156
$fs = $container->get('flysystem.test.'.$fsName);
6257

6358
$this->assertInstanceOf(FilesystemOperator::class, $fs, 'Filesystem "'.$fsName.'" should be an instance of FilesystemInterface');
64-
$this->assertEquals('plugin', $fs->pluginTest());
6559
}
6660

6761
/**

0 commit comments

Comments
 (0)