aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-09-19 17:44:45 +0200
committerJoas Schilling <coding@schilljs.com>2024-09-19 17:44:45 +0200
commit6ad620fe2703e3d8bf1997ad3f0b9540a61e1fa5 (patch)
tree966808f821eb02046db052020ff44cae71b3aabc /tests
parent96de697aa6fe7e75c7e311e07536cc84a29a0088 (diff)
downloadnextcloud-server-6ad620fe2703e3d8bf1997ad3f0b9540a61e1fa5.tar.gz
nextcloud-server-6ad620fe2703e3d8bf1997ad3f0b9540a61e1fa5.zip
fix(tests): Fix test selection and run unit tests of DAV and user_status
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/apps.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/apps.php b/tests/apps.php
index c2015fecda9..5e5286de404 100644
--- a/tests/apps.php
+++ b/tests/apps.php
@@ -6,11 +6,7 @@
*/
function loadDirectory($path): void {
- if (strpos($path, 'integration')) {
- return;
- }
-
- if (strpos($path, 'Integration')) {
+ if (strpos($path, 'apps/user_ldap/tests/Integration')) {
return;
}