diff options
author | Louis <6653109+artonge@users.noreply.github.com> | 2021-12-08 18:06:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-08 18:06:00 +0100 |
commit | f41c1fffff70407377f0e7f2ec3605875060c5cd (patch) | |
tree | 91791fa1201dea1789ed6b5ac3d0dcdbe70a601d /tests | |
parent | 26089a7b694cf2d2ed8d903a82c6fe5460ad432f (diff) | |
parent | d89ce5a410da7adaecf7d185cda25b1877ebf4a6 (diff) | |
download | nextcloud-server-f41c1fffff70407377f0e7f2ec3605875060c5cd.tar.gz nextcloud-server-f41c1fffff70407377f0e7f2ec3605875060c5cd.zip |
Merge pull request #30056 from nextcloud/backport/29735/stable21
[stable21] find users for background scan one by one
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/Files/Utils/ScannerTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/Files/Utils/ScannerTest.php b/tests/lib/Files/Utils/ScannerTest.php index 376e72e6811..0a4a4bd9b16 100644 --- a/tests/lib/Files/Utils/ScannerTest.php +++ b/tests/lib/Files/Utils/ScannerTest.php @@ -11,7 +11,6 @@ namespace Test\Files\Utils; use OC\Files\Filesystem; use OC\Files\Mount\MountPoint; use OC\Files\Storage\Temporary; -use OCA\Files_Sharing\SharedStorage; use OCP\EventDispatcher\IEventDispatcher; use OCP\Files\Config\IMountProvider; use OCP\Files\Storage\IStorageFactory; |