Skip to content

Commit

Permalink
test: add required UsesClass for testExceptionWhenCoroutineDidNotWait…
Browse files Browse the repository at this point in the history
…ForItem
  • Loading branch information
allsilaevex committed Feb 13, 2024
1 parent 6ef1e11 commit 8946a01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/pool/Integration/PoolTest.php
Expand Up @@ -16,6 +16,8 @@
use Allsilaevex\Pool\PoolItemWrapperFactory;
use PHPUnit\Framework\Attributes\CoversClass;
use Allsilaevex\Pool\PoolItemFactoryInterface;
use Allsilaevex\Pool\TimerTask\TimerTaskScheduler;
use Allsilaevex\ConnectionPool\Tasks\ResizerTimerTask;
use Allsilaevex\Pool\TimerTask\TimerTaskSchedulerInterface;

use function mb_strlen;
Expand All @@ -24,6 +26,8 @@
#[UsesClass(PoolConfig::class)]
#[UsesClass(PoolMetrics::class)]
#[UsesClass(PoolItemWrapper::class)]
#[UsesClass(ResizerTimerTask::class)]
#[UsesClass(TimerTaskScheduler::class)]
#[UsesClass(PoolItemWrapperFactory::class)]
class PoolTest extends TestCase
{
Expand Down

0 comments on commit 8946a01

Please sign in to comment.