aboutsummaryrefslogtreecommitdiff
path: root/tests/Repositories/ChannelRepositoryTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Repositories/ChannelRepositoryTest.php')
-rw-r--r--tests/Repositories/ChannelRepositoryTest.php5
1 files changed, 5 insertions, 0 deletions
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();