Assign DB group for unit tests

This commit is contained in:
Lukas Reschke 2016-01-04 15:05:28 +01:00
parent fec41e7539
commit 836e96a95e
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ namespace Test\User;
use OC\Session\Memory;
use OC\User\User;
/**
* @group DB
* @package Test\User
*/
class Session extends \Test\TestCase {
public function testGetUser() {
$session = $this->getMock('\OC\Session\Memory', array(), array(''));