diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-05-18 19:09:59 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2017-05-18 20:49:10 +0200 |
commit | 691646bdaedca81dc7100337f48a384ca80b5950 (patch) | |
tree | 82957278fa20c4fcaba459c5542f01c003babe85 /tests | |
parent | 59e968977c64e95fea7a7a96a77a892de5a23d7d (diff) | |
download | nextcloud-server-691646bdaedca81dc7100337f48a384ca80b5950.tar.gz nextcloud-server-691646bdaedca81dc7100337f48a384ca80b5950.zip |
Add tests for OAuth2 app
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/phpunit-autotest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/phpunit-autotest.xml b/tests/phpunit-autotest.xml index 9a9c9c957e3..34166a09e2e 100644 --- a/tests/phpunit-autotest.xml +++ b/tests/phpunit-autotest.xml @@ -30,6 +30,7 @@ <directory suffix=".php">../apps/files_sharing/tests</directory> <directory suffix=".php">../apps/files_trashbin/tests</directory> <directory suffix=".php">../apps/files_versions/tests</directory> + <directory suffix=".php">../apps/oauth2/tests</directory> <directory suffix=".php">../apps/provisioning_api/tests</directory> <directory suffix=".php">../apps/systemtags/tests</directory> <directory suffix=".php">../apps/theming/tests</directory> |