Skip to content
Snippets Groups Projects
Commit 00a05888 authored by Andreas Fischer's avatar Andreas Fischer
Browse files

Test OC_User_Database in Test_User_Database instead of OC_User_Dummy.

parent 76bdd6bc
No related branches found
No related tags found
No related merge requests found
......@@ -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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment