diff options
author | Robin Appelman <robin@icewind.nl> | 2016-09-22 10:36:31 +0200 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2016-10-12 16:12:38 +0200 |
commit | ab10a548366a030bd58b97a5ea88588b8138aee7 (patch) | |
tree | 146fb50365fe12571b433303c337ae8e200b39d0 /apps/files_sharing/tests/SizePropagationTest.php | |
parent | f63f0aa1ae338b6599a591faf9d35d82e9f78457 (diff) | |
download | nextcloud-server-ab10a548366a030bd58b97a5ea88588b8138aee7.tar.gz nextcloud-server-ab10a548366a030bd58b97a5ea88588b8138aee7.zip |
remove duplicate trait
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps/files_sharing/tests/SizePropagationTest.php')
-rw-r--r-- | apps/files_sharing/tests/SizePropagationTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
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); |