]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove duplicate trait
authorRobin Appelman <robin@icewind.nl>
Thu, 22 Sep 2016 08:36:31 +0000 (10:36 +0200)
committerRobin Appelman <robin@icewind.nl>
Wed, 12 Oct 2016 14:12:38 +0000 (16:12 +0200)
Signed-off-by: Robin Appelman <robin@icewind.nl>
apps/files_sharing/tests/SizePropagationTest.php

index 3655977fd94f8c27424bbce4ba8bea8b47b209bc..04db505e8a559f45fc9c09b41f058334e8c12465 100644 (file)
@@ -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);