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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-04-14 14:25:49 +0300
committerJoas Schilling <coding@schilljs.com>2021-04-14 14:25:49 +0300
commit56dd22a26b2f3accbd8025c451ece6ce98733fe6 (patch)
tree2195628e7b6f1635519d2e1ddd455100656073d1 /tests
parent999bd08ea42f680f0c0bfe221a7e01bee29ff932 (diff)
Fix CS
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/php/RoomTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/php/RoomTest.php b/tests/php/RoomTest.php
index e862bbb80..623c3176d 100644
--- a/tests/php/RoomTest.php
+++ b/tests/php/RoomTest.php
@@ -31,7 +31,6 @@ use OCA\Talk\Webinary;
use OCP\AppFramework\Utility\ITimeFactory;
use OCP\IDBConnection;
use OCP\Security\IHasher;
-use OCP\Security\ISecureRandom;
use Psr\Log\LoggerInterface;
use Test\TestCase;