aboutsummaryrefslogtreecommitdiffstats
path: root/tests/enable_all.php
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2024-05-28 10:07:04 +0200
committerCôme Chilliet <91878298+come-nc@users.noreply.github.com>2024-06-11 14:10:29 +0200
commitaa974a4322170ae3b489607967801ba84ccc63b4 (patch)
tree05d171fba618f05976abbc0ee663b4f73663189a /tests/enable_all.php
parentd835d23e3a73bb09f46096a93269bb34b51fbb90 (diff)
downloadnextcloud-server-aa974a4322170ae3b489607967801ba84ccc63b4.tar.gz
nextcloud-server-aa974a4322170ae3b489607967801ba84ccc63b4.zip
feat: Add webhooks application
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'tests/enable_all.php')
-rw-r--r--tests/enable_all.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/enable_all.php b/tests/enable_all.php
index b95f00f767e..35217db079a 100644
--- a/tests/enable_all.php
+++ b/tests/enable_all.php
@@ -24,3 +24,4 @@ enableApp('provisioning_api');
enableApp('federation');
enableApp('federatedfilesharing');
enableApp('admin_audit');
+enableApp('webhooks');