summaryrefslogtreecommitdiffstats
path: root/tests/lib/user.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-11-19 16:13:54 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2015-11-30 10:55:05 +0100
commit56170dd825bd67653007832121069a1aa5ad6528 (patch)
tree849f3dac8fe61f93921d88b1e0aaab64f58cf619 /tests/lib/user.php
parent1480964768116e28345f8ec5288687e64cb3acc0 (diff)
downloadnextcloud-server-56170dd825bd67653007832121069a1aa5ad6528.tar.gz
nextcloud-server-56170dd825bd67653007832121069a1aa5ad6528.zip
Further unit test suite tweats
Diffstat (limited to 'tests/lib/user.php')
-rw-r--r--tests/lib/user.php9
1 files changed, 8 insertions, 1 deletions
diff --git a/tests/lib/user.php b/tests/lib/user.php
index 3c068be2826..bc1ba063c8f 100644
--- a/tests/lib/user.php
+++ b/tests/lib/user.php
@@ -9,6 +9,13 @@
namespace Test;
+/**
+ * Class User
+ *
+ * @group DB
+ *
+ * @package Test
+ */
class User extends TestCase {
/**
* @var \OC_User_Backend | \PHPUnit_Framework_MockObject_MockObject $backend
@@ -70,4 +77,4 @@ class User extends TestCase {
$this->assertEquals('newuser', $user->getUid());
}
-} \ No newline at end of file
+}