Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-01-25 15:44:47 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-01-25 15:44:47 +0300
commit9e76577ead00471d556c4fcf3534fd17c5b21fec (patch)
tree00acb80673d20fade7079c3e34b1c79005f32112 /tests
parenta5fe6a6118cac53b66dd6b210227622d10c639f6 (diff)
Add tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'tests')
-rw-r--r--tests/enable_all.php1
-rw-r--r--tests/phpunit-autotest.xml1
2 files changed, 2 insertions, 0 deletions
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 @@
<directory suffix=".php">..</directory>
<exclude>
<directory suffix=".php">../3rdparty</directory>
+ <directory suffix=".php">../apps/admin_audit/tests</directory>
<directory suffix=".php">../apps/dav/tests</directory>
<directory suffix=".php">../apps/encryption/tests</directory>
<directory suffix=".php">../apps/federatedfilesharing/tests</directory>