diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2020-04-15 16:44:28 +0200 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2020-04-16 09:54:49 +0000 |
commit | a5449969104c33964ca8d55995dbe0bafa4dc763 (patch) | |
tree | faf0997b76d6307341959f0ab1272516ebef7e4a /tests/lib/Security | |
parent | 73ef2f3e868fce6ce0be46186136f49f2a96aea8 (diff) | |
download | nextcloud-server-a5449969104c33964ca8d55995dbe0bafa4dc763.tar.gz nextcloud-server-a5449969104c33964ca8d55995dbe0bafa4dc763.zip |
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 <blizzz@arthur-schiwon.de>
Diffstat (limited to 'tests/lib/Security')
-rw-r--r-- | tests/lib/Security/CredentialsManagerTest.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/lib/Security/CredentialsManagerTest.php b/tests/lib/Security/CredentialsManagerTest.php index 0b93c704b5c..631ffe2d4a8 100644 --- a/tests/lib/Security/CredentialsManagerTest.php +++ b/tests/lib/Security/CredentialsManagerTest.php @@ -27,6 +27,9 @@ use OCP\IDBConnection; use OCP\ILogger; use OCP\Security\ICrypto; +/** + * @group DB + */ class CredentialsManagerTest extends \Test\TestCase { /** @var ICrypto */ |