aboutsummaryrefslogtreecommitdiffstats
path: root/build/integration/features/bootstrap/BasicStructure.php
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2020-12-03 14:19:43 +0100
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2020-12-07 04:47:56 +0100
commit2cc22a06b4d56e1d46d1de45993b3149455c3bb4 (patch)
tree5a9b33f4a204299a39e5c57999dc636210c12fb8 /build/integration/features/bootstrap/BasicStructure.php
parent184742e6ff1fe27ebc663dd1adff9ae87408d87d (diff)
downloadnextcloud-server-2cc22a06b4d56e1d46d1de45993b3149455c3bb4.tar.gz
nextcloud-server-2cc22a06b4d56e1d46d1de45993b3149455c3bb4.zip
Add integration tests for user avatars
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'build/integration/features/bootstrap/BasicStructure.php')
-rw-r--r--build/integration/features/bootstrap/BasicStructure.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/integration/features/bootstrap/BasicStructure.php b/build/integration/features/bootstrap/BasicStructure.php
index 4775a23b902..ac5530be5a5 100644
--- a/build/integration/features/bootstrap/BasicStructure.php
+++ b/build/integration/features/bootstrap/BasicStructure.php
@@ -44,6 +44,7 @@ require __DIR__ . '/../../vendor/autoload.php';
trait BasicStructure {
use Auth;
+ use Avatar;
use Download;
use Mail;
use Trashbin;