Skip to content
Snippets Groups Projects
Unverified Commit ab10a548 authored by Robin Appelman's avatar Robin Appelman
Browse files

remove duplicate trait


Signed-off-by: default avatarRobin Appelman <robin@icewind.nl>
parent f63f0aa1
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,6 @@ use Test\Traits\UserTrait; ...@@ -38,7 +38,6 @@ use Test\Traits\UserTrait;
*/ */
class SizePropagationTest extends TestCase { class SizePropagationTest extends TestCase {
use UserTrait; use UserTrait;
use MountProviderTrait;
protected function setupUser($name, $password = '') { protected function setupUser($name, $password = '') {
$this->createUser($name, $password); $this->createUser($name, $password);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment