File tree Expand file tree Collapse file tree 5 files changed +10
-0
lines changed Expand file tree Collapse file tree 5 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1616use HyperfTest \Redis \Stub \ContainerStub ;
1717use HyperfTest \Redis \Stub \HGetAllMultipleStub ;
1818use Mockery ;
19+ use PHPUnit \Framework \Attributes \CoversNothing ;
1920use PHPUnit \Framework \TestCase ;
2021use Redis ;
2122
2223/**
2324 * @internal
2425 * @coversNothing
2526 */
27+ #[CoversNothing]
2628class EvalTest extends TestCase
2729{
2830 protected function tearDown (): void
Original file line number Diff line number Diff line change 1616use Hyperf \Stringable \Str ;
1717use HyperfTest \Redis \Stub \ContainerStub ;
1818use Mockery ;
19+ use PHPUnit \Framework \Attributes \CoversNothing ;
1920use PHPUnit \Framework \TestCase ;
2021use Redis ;
2122
2223/**
2324 * @internal
2425 * @coversNothing
2526 */
27+ #[CoversNothing]
2628class HashTest extends TestCase
2729{
2830 protected function tearDown (): void
Original file line number Diff line number Diff line change 2525use HyperfTest \Redis \Stub \RedisConnectionStub ;
2626use HyperfTest \Redis \Stub \RedisPoolStub ;
2727use Mockery ;
28+ use PHPUnit \Framework \Attributes \CoversNothing ;
2829use PHPUnit \Framework \TestCase ;
2930use Psr \Container \ContainerInterface ;
3031
3132/**
3233 * @internal
3334 * @coversNothing
3435 */
36+ #[CoversNothing]
3537class RedisConnectionTest extends TestCase
3638{
3739 protected function tearDown (): void
Original file line number Diff line number Diff line change 2525use Hyperf \Redis \Pool \RedisPool ;
2626use Hyperf \Redis \Redis ;
2727use Mockery ;
28+ use PHPUnit \Framework \Attributes \CoversNothing ;
2829use PHPUnit \Framework \TestCase ;
2930use RedisCluster ;
3031
3435 * @internal
3536 * @coversNothing
3637 */
38+ #[CoversNothing]
3739class RedisProxyTest extends TestCase
3840{
3941 protected function tearDown (): void
Original file line number Diff line number Diff line change 2929use HyperfTest \Redis \Stub \RedisPoolFailedStub ;
3030use HyperfTest \Redis \Stub \RedisPoolStub ;
3131use Mockery ;
32+ use PHPUnit \Framework \Attributes \CoversNothing ;
3233use PHPUnit \Framework \TestCase ;
3334use RedisCluster ;
3435use RedisSentinel ;
4344 * @internal
4445 * @coversNothing
4546 */
47+ #[CoversNothing]
4648class RedisTest extends TestCase
4749{
4850 protected function tearDown (): void
You can’t perform that action at this time.
0 commit comments