Add phpunit group for tests

remotes/origin/fix-delete-homeidr-on-userdelete
Joas Schilling 2015-11-30 10:25:53 +07:00
parent c4bebf66d4
commit 24d5ce9a58
2 changed files with 12 additions and 0 deletions

@ -15,6 +15,12 @@ use \OCP\SystemTag\TagNotFoundException;
use \OCP\SystemTag\TagAlreadyExistsException;
use \OCP\IDBConnection;
/**
* Class TestSystemTagManager
*
* @group DB
* @package Test\SystemTag
*/
class TestSystemTagManager extends \Test\TestCase {
/**

@ -18,6 +18,12 @@ use \OCP\SystemTag\TagAlreadyExistsException;
use \OCP\IDBConnection;
use \OC\SystemTag\SystemTag;
/**
* Class TestSystemTagObjectMapper
*
* @group DB
* @package Test\SystemTag
*/
class TestSystemTagObjectMapper extends \Test\TestCase {
/**