From 9e76577ead00471d556c4fcf3534fd17c5b21fec Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Thu, 25 Jan 2018 13:44:47 +0100 Subject: Add tests Signed-off-by: Roeland Jago Douma --- tests/enable_all.php | 1 + tests/phpunit-autotest.xml | 1 + 2 files changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/enable_all.php b/tests/enable_all.php index 655597be7c8..c494f3e0d55 100644 --- a/tests/enable_all.php +++ b/tests/enable_all.php @@ -24,3 +24,4 @@ enableApp('files_versions'); enableApp('provisioning_api'); enableApp('federation'); enableApp('federatedfilesharing'); +enableApp('admin_audit'); diff --git a/tests/phpunit-autotest.xml b/tests/phpunit-autotest.xml index 34166a09e2e..5712838f6bd 100644 --- a/tests/phpunit-autotest.xml +++ b/tests/phpunit-autotest.xml @@ -21,6 +21,7 @@ .. ../3rdparty + ../apps/admin_audit/tests ../apps/dav/tests ../apps/encryption/tests ../apps/federatedfilesharing/tests -- cgit v1.2.3