mirror of
https://github.com/nextcloud/server.git
synced 2026-03-23 10:54:41 -04:00
Test OC_User_Database in Test_User_Database instead of OC_User_Dummy.
This commit is contained in:
parent
76bdd6bc81
commit
00a0588807
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ class Test_User_Database extends Test_User_Backend {
|
|||
}
|
||||
|
||||
public function setUp() {
|
||||
$this->backend=new OC_User_Dummy();
|
||||
$this->backend=new OC_User_Database();
|
||||
}
|
||||
|
||||
public function tearDown() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue