From ab10a548366a030bd58b97a5ea88588b8138aee7 Mon Sep 17 00:00:00 2001
From: Robin Appelman <robin@icewind.nl>
Date: Thu, 22 Sep 2016 10:36:31 +0200
Subject: [PATCH] remove duplicate trait

Signed-off-by: Robin Appelman <robin@icewind.nl>
---
 apps/files_sharing/tests/SizePropagationTest.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/apps/files_sharing/tests/SizePropagationTest.php b/apps/files_sharing/tests/SizePropagationTest.php
index 3655977fd94..04db505e8a5 100644
--- a/apps/files_sharing/tests/SizePropagationTest.php
+++ b/apps/files_sharing/tests/SizePropagationTest.php
@@ -38,7 +38,6 @@ use Test\Traits\UserTrait;
  */
 class SizePropagationTest extends TestCase {
 	use UserTrait;
-	use MountProviderTrait;
 
 	protected function setupUser($name, $password = '') {
 		$this->createUser($name, $password);
-- 
GitLab