Browse Source

remove duplicate trait

Signed-off-by: Robin Appelman <robin@icewind.nl>
tags/v11.0RC2
Robin Appelman 7 years ago
parent
commit
ab10a54836
No account linked to committer's email address
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      apps/files_sharing/tests/SizePropagationTest.php

+ 0
- 1
apps/files_sharing/tests/SizePropagationTest.php View 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);

Loading…
Cancel
Save