* [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

@@ -175,8 +175,6 @@ class ClientRepositoryTest extends DatabaseTestCase
/**
* Comprobar la actualización de clientes
*
* @depends testGetById
* @covers \SP\Repositories\Client\ClientRepository::checkDuplicatedOnUpdate()
* @throws \SP\Core\Exceptions\ConstraintException
* @throws \SP\Core\Exceptions\QueryException
* @throws \SP\Core\Exceptions\SPException
@@ -231,8 +229,6 @@ class ClientRepositoryTest extends DatabaseTestCase
/**
* Comprobar la creación de clientes
*
* @depends testGetById
* @covers \SP\Repositories\Client\ClientRepository::checkDuplicatedOnAdd()
* @throws DuplicatedItemException
* @throws \SP\Core\Exceptions\SPException
*/