aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-07-18 15:08:00 +0300
committerValentin Popov <info@valentineus.link>2020-07-18 15:08:00 +0300
commitc7bd59904658c3f3a451dd12f36dcabae161c04d (patch)
tree8852ff90e46586b9d4815a4d43807dfaa73e15d9 /tests
parentb95c97fc07bee5c4bcb5d582d8aff9991922aaa1 (diff)
downloadphp-epg-service-c7bd59904658c3f3a451dd12f36dcabae161c04d.tar.xz
php-epg-service-c7bd59904658c3f3a451dd12f36dcabae161c04d.zip
Updated PhpDoc
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'tests')
-rw-r--r--tests/Repositories/CategoryRepositoryTest.php2
-rw-r--r--tests/Repositories/ChannelRepositoryTest.php5
-rw-r--r--tests/Repositories/GenreRepositoryTest.php2
3 files changed, 9 insertions, 0 deletions
diff --git a/tests/Repositories/CategoryRepositoryTest.php b/tests/Repositories/CategoryRepositoryTest.php
index f78f5b4..25dbdd8 100644
--- a/tests/Repositories/CategoryRepositoryTest.php
+++ b/tests/Repositories/CategoryRepositoryTest.php
@@ -31,6 +31,8 @@ use Tests\Utilities\GetServiceEnvironment;
final class CategoryRepositoryTest extends TestCase {
/**
* @throws \GuzzleHttp\Exception\GuzzleException
+ * @throws \RuntimeException
+ * @throws \Exception
*/
public function testGetAction(): void {
$env = GetServiceEnvironment::get();
diff --git a/tests/Repositories/ChannelRepositoryTest.php b/tests/Repositories/ChannelRepositoryTest.php
index eea6511..b9d9116 100644
--- a/tests/Repositories/ChannelRepositoryTest.php
+++ b/tests/Repositories/ChannelRepositoryTest.php
@@ -30,6 +30,11 @@ use Tests\Utilities\GetServiceEnvironment;
* @package Tests\Repositories
*/
final class ChannelRepositoryTest extends TestCase {
+ /**
+ * @throws \GuzzleHttp\Exception\GuzzleException
+ * @throws \RuntimeException
+ * @throws \Exception
+ */
public function testGetAction(): void {
$env = GetServiceEnvironment::get();
diff --git a/tests/Repositories/GenreRepositoryTest.php b/tests/Repositories/GenreRepositoryTest.php
index 1598bbd..8afe351 100644
--- a/tests/Repositories/GenreRepositoryTest.php
+++ b/tests/Repositories/GenreRepositoryTest.php
@@ -31,6 +31,8 @@ use Tests\Utilities\GetServiceEnvironment;
final class GenreRepositoryTest extends TestCase {
/**
* @throws \GuzzleHttp\Exception\GuzzleException
+ * @throws \RuntimeException
+ * @throws \Exception
*/
public function testGetAction(): void {
$env = GetServiceEnvironment::get();