Kleine Verbesserungen.

This commit is contained in:
2021-04-06 10:44:46 +02:00
parent 20fec2dc07
commit add7895191
3 changed files with 10 additions and 0 deletions
@@ -33,6 +33,9 @@ class WorkingHoursRepositoryTest extends Unit
parent::_before();
}
/**
* @throws Exception
*/
public function testFindAll(): void
{
$repository = new WorkingHoursRepository($this->pdoObject);
@@ -139,6 +142,10 @@ class WorkingHoursRepositoryTest extends Unit
$repository->findByKey(self::EXISTING_DATE);
}
/**
* @throws RepositoryRecordNotFoundException
* @throws Exception
*/
public function testNotExistsDelete(): void
{
$repository = new WorkingHoursRepository($this->pdoObject);