From: Arthur Schiwon Date: Wed, 15 Apr 2020 14:44:28 +0000 (+0200) Subject: add DB tests for credentials manager X-Git-Tag: v16.0.10RC2~3^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=76766f7df3feba7bf93058120746a32e265fb046;p=nextcloud-server.git add DB tests for credentials manager 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 --- diff --git a/tests/lib/Security/CredentialsManagerTest.php b/tests/lib/Security/CredentialsManagerTest.php index 38da26a21a9..9e0ae25718f 100644 --- a/tests/lib/Security/CredentialsManagerTest.php +++ b/tests/lib/Security/CredentialsManagerTest.php @@ -27,6 +27,9 @@ use \OCP\Security\ICrypto; use \OCP\IDBConnection; use \OC\Security\CredentialsManager; +/** + * @group DB + */ class CredentialsManagerTest extends \Test\TestCase { /** @var ICrypto */