remove duplicate trait
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
f63f0aa1ae
commit
ab10a54836
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue