mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
Add phpunit group for tests
This commit is contained in:
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 {
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue