From 0cdea4b45cfde7b527294025809514fd891460f3 Mon Sep 17 00:00:00 2001 From: Alies Lapatsin Date: Wed, 20 Nov 2024 01:13:58 +0100 Subject: [PATCH] Add more CoversClass --- tests/DialogRepositoryTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/DialogRepositoryTest.php b/tests/DialogRepositoryTest.php index 487ddc6..16d57c2 100644 --- a/tests/DialogRepositoryTest.php +++ b/tests/DialogRepositoryTest.php @@ -4,6 +4,7 @@ namespace KootLabs\TelegramBotDialogs\Tests; +use KootLabs\TelegramBotDialogs\Dialog; use KootLabs\TelegramBotDialogs\DialogRepository; use KootLabs\TelegramBotDialogs\Tests\TestDialogs\PassiveTestDialog; use PHPUnit\Framework\Attributes\CoversClass; @@ -12,6 +13,7 @@ use Symfony\Component\Cache\Psr16Cache; #[CoversClass(DialogRepository::class)] +#[CoversClass(Dialog::class)] final class DialogRepositoryTest extends TestCase { private Psr16Cache $cache;