From c7bd59904658c3f3a451dd12f36dcabae161c04d Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sat, 18 Jul 2020 16:08:00 +0400 Subject: Updated PhpDoc Signed-off-by: Valentin Popov --- tests/Repositories/CategoryRepositoryTest.php | 2 ++ tests/Repositories/ChannelRepositoryTest.php | 5 +++++ tests/Repositories/GenreRepositoryTest.php | 2 ++ 3 files changed, 9 insertions(+) (limited to 'tests/Repositories') 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(); -- cgit v1.2.3