Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_antivirus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2021-12-15 17:05:34 +0300
committerRobin Appelman <robin@icewind.nl>2021-12-15 17:05:34 +0300
commit63f5de1ce88b82e962ff32b42146bdbb75bf046f (patch)
treea2cd60b352de69f2854832ad607e2c7dd1a3f3a0 /tests
parentd436853b02e260b2609a8415ab5a9cc8733b9d6e (diff)
remove unused import
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'tests')
-rw-r--r--tests/BackgroundScannerTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/BackgroundScannerTest.php b/tests/BackgroundScannerTest.php
index 5563b19..fad6498 100644
--- a/tests/BackgroundScannerTest.php
+++ b/tests/BackgroundScannerTest.php
@@ -12,7 +12,6 @@ namespace OCA\Files_Antivirus\Tests;
use OC\Files\Storage\Temporary;
use OCA\Files_Antivirus\BackgroundJob\BackgroundScanner;
-use Doctrine\DBAL\Driver\PDOStatement;
use OCP\Files\Folder;
use OCP\Files\IRootFolder;
use OCP\IDBConnection;