Skip to content

Commit

Permalink
Add more CoversClass
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev committed Nov 20, 2024
1 parent 9c2e284 commit 0cdea4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/DialogRepositoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -12,6 +13,7 @@
use Symfony\Component\Cache\Psr16Cache;

#[CoversClass(DialogRepository::class)]
#[CoversClass(Dialog::class)]
final class DialogRepositoryTest extends TestCase
{
private Psr16Cache $cache;
Expand Down

0 comments on commit 0cdea4b

Please sign in to comment.