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

@@ -134,7 +134,6 @@ class NotificationRepositoryTest extends DatabaseTestCase
}
/**
* @depends testGetById
* @throws \SP\Core\Exceptions\ConstraintException
* @throws \SP\Core\Exceptions\QueryException
*/
@@ -217,7 +216,6 @@ class NotificationRepositoryTest extends DatabaseTestCase
}
/**
* @depends testGetById
* @throws \SP\Core\Exceptions\ConstraintException
* @throws \SP\Core\Exceptions\QueryException
*/
@@ -387,8 +385,6 @@ class NotificationRepositoryTest extends DatabaseTestCase
}
/**
* @depends testSetCheckedById
*
* @throws ConstraintException
* @throws QueryException
*/