mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-07 00:46:59 +01:00
* [ADD] Updated database structure
* [MOD] Unit testing. Work in progress
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user