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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2020-08-20 17:53:34 +0300
committerMorris Jobke <hey@morrisjobke.de>2020-08-20 17:53:34 +0300
commit590d46121097d8b7dcd6f722b95f9dc4bdee653e (patch)
treed53135621ccc664ce5717158f6f7695765f2bb24 /tests
parent9e483ea9495288cd8d38d4d3570da6fd53e3970c (diff)
Remove unneeded import
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/TempManagerTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/TempManagerTest.php b/tests/lib/TempManagerTest.php
index 8ae67fb1a90..5df0e68d4fa 100644
--- a/tests/lib/TempManagerTest.php
+++ b/tests/lib/TempManagerTest.php
@@ -10,7 +10,6 @@
namespace Test;
use bantu\IniGetWrapper\IniGetWrapper;
-use OC\Log;
use OCP\IConfig;
use Psr\Log\LoggerInterface;