remove duplicate trait

Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2016-09-22 10:36:31 +02:00
parent f63f0aa1ae
commit ab10a54836
No known key found for this signature in database
GPG Key ID: 425003AC385454C5
1 changed files with 0 additions and 1 deletions

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);