]> source.dussan.org Git - nextcloud-server.git/commitdiff
add DB tests for credentials manager
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Wed, 15 Apr 2020 14:44:28 +0000 (16:44 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Thu, 16 Apr 2020 09:56:24 +0000 (09:56 +0000)
these are actually expected to FAIL, because NULL as a userid is not
allowed in the schema, but documented to be used on the source

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
tests/lib/Security/CredentialsManagerTest.php

index 38da26a21a9ea13c6b3016ac6c355b9539cc624b..9e0ae25718f2fe8c1da7f54bf70dc7662791de5c 100644 (file)
@@ -27,6 +27,9 @@ use \OCP\Security\ICrypto;
 use \OCP\IDBConnection;
 use \OC\Security\CredentialsManager;
 
+/**
+ * @group DB
+ */
 class CredentialsManagerTest extends \Test\TestCase {
 
        /** @var ICrypto */