Skip to content

Commit

Permalink
Enable files_external for tests
Browse files Browse the repository at this point in the history
Because we have more tests now that require classes from this app.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
  • Loading branch information
PVince81 committed Jun 8, 2022
1 parent 8e62662 commit 6df0a79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/enable_all.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ function enableApp($app) {

enableApp('files_sharing');
enableApp('files_trashbin');
enableApp('files_external');
enableApp('encryption');
enableApp('user_ldap');
enableApp('files_versions');
Expand Down

0 comments on commit 6df0a79

Please sign in to comment.