summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-11-09 08:40:00 +0100
committerJoas Schilling <coding@schilljs.com>2020-11-09 08:40:00 +0100
commit3f370f37323f537f9256655667179422011b9fa1 (patch)
tree816d33a8373f5091cdb1ce6f1a994dfbb9935466 /apps/user_ldap/tests
parentc96a9a9001f9484e3801bb9220b91e0fadddf52b (diff)
downloadnextcloud-server-3f370f37323f537f9256655667179422011b9fa1.tar.gz
nextcloud-server-3f370f37323f537f9256655667179422011b9fa1.zip
Test requires the DB
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/user_ldap/tests')
-rw-r--r--apps/user_ldap/tests/HelperTest.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/user_ldap/tests/HelperTest.php b/apps/user_ldap/tests/HelperTest.php
index 866416ac186..97d7be48a0e 100644
--- a/apps/user_ldap/tests/HelperTest.php
+++ b/apps/user_ldap/tests/HelperTest.php
@@ -28,6 +28,9 @@ namespace OCA\User_LDAP\Tests;
use OCA\User_LDAP\Helper;
use OCP\IConfig;
+/**
+ * @group DB
+ */
class HelperTest extends \Test\TestCase {
/** @var IConfig|\PHPUnit\Framework\MockObject\MockObject */