Add phpunit group for tests

This commit is contained in:
Joas Schilling 2015-11-30 10:25:53 +01:00
parent c4bebf66d4
commit 24d5ce9a58
2 changed files with 12 additions and 0 deletions

View File

@ -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 {
/**

View File

@ -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 {
/**