Skip to content

Commit 9e0164a

Browse files
committed
Delete plugin remainings
1 parent 34c91ae commit 9e0164a

3 files changed

Lines changed: 0 additions & 36 deletions

File tree

tests/DependencyInjection/FlysystemExtensionTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ public function testTaggedCollection(string $fsName)
7373
$storages = iterator_to_array($container->get('storages_tagged_collection')->locator);
7474

7575
$this->assertInstanceOf(FilesystemOperator::class, $storages[$fsName]);
76-
$this->assertEquals('plugin', $storages[$fsName]->pluginTest());
7776
}
7877

7978
private function createFysystemKernel()

tests/Kernel/config/services.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,3 @@ services:
2222
flysystem.test.fs_sftp: { alias: 'fs_sftp' }
2323
# flysystem.test.fs_webdav: { alias: 'fs_webdav' }
2424
# flysystem.test.fs_zip: { alias: 'fs_zip' }
25-
26-
Tests\League\FlysystemBundle\Plugin\DummyPlugin:
27-
autoconfigure: true

tests/Plugin/DummyPlugin.php

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)