* [ADD] Updated database structure

* [MOD] Unit testing. Work in progress
This commit is contained in:
nuxsmin
2018-07-23 21:52:50 +02:00
parent 88999bcd7c
commit 0960760532
31 changed files with 73 additions and 99 deletions

View File

@@ -129,7 +129,6 @@ class UserGroupRepositoryTestCase extends DatabaseTestCase
/**
* Comprobar la actualización de grupos
*
* @covers \SP\Repositories\UserGroup\UserGroupRepository::checkDuplicatedOnUpdate()
* @throws ConstraintException
* @throws DuplicatedItemException
* @throws QueryException
@@ -171,7 +170,6 @@ class UserGroupRepositoryTestCase extends DatabaseTestCase
/**
* Comprobar la creación de grupos
*
* @covers \SP\Repositories\UserGroup\UserGroupRepository::checkDuplicatedOnAdd()
* @throws ConstraintException
* @throws QueryException
* @throws \SP\Core\Exceptions\SPException