mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
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>
This commit is contained in:
parent
73ef2f3e86
commit
a544996910
1 changed files with 3 additions and 0 deletions
|
|
@ -27,6 +27,9 @@ use OCP\IDBConnection;
|
|||
use OCP\ILogger;
|
||||
use OCP\Security\ICrypto;
|
||||
|
||||
/**
|
||||
* @group DB
|
||||
*/
|
||||
class CredentialsManagerTest extends \Test\TestCase {
|
||||
|
||||
/** @var ICrypto */
|
||||
|
|
|
|||
Loading…
Reference in a new issue