File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1313
1414use Hyperf \Context \Context as CoContext ;
1515use Hyperf \WebSocketServer \Context ;
16+ use PHPUnit \Framework \Attributes \CoversNothing ;
1617use PHPUnit \Framework \TestCase ;
1718
1819use function Hyperf \Coroutine \parallel ;
2122 * @internal
2223 * @coversNothing
2324 */
25+ #[CoversNothing]
2426class ContextTest extends TestCase
2527{
2628 public function testHas ()
Original file line number Diff line number Diff line change 1818use Hyperf \WebSocketServer \Sender ;
1919use HyperfTest \ModelCache \Stub \StdoutLogger ;
2020use Mockery ;
21+ use PHPUnit \Framework \Attributes \CoversNothing ;
2122use PHPUnit \Framework \TestCase ;
2223use Psr \Container \ContainerInterface ;
2324
2425/**
2526 * @internal
2627 * @coversNothing
2728 */
29+ #[CoversNothing]
2830class SenderTest extends TestCase
2931{
3032 protected function tearDown (): void
Original file line number Diff line number Diff line change 2323use HyperfTest \WebSocketServer \Stub \FooServer ;
2424use HyperfTest \WebSocketServer \Stub \WebSocketStub ;
2525use Mockery ;
26+ use PHPUnit \Framework \Attributes \CoversNothing ;
2627use PHPUnit \Framework \TestCase ;
2728use Psr \Container \ContainerInterface ;
2829use Swoole \Http \Request as SwooleRequest ;
3233 * @internal
3334 * @coversNothing
3435 */
36+ #[CoversNothing]
3537class ServerTest extends TestCase
3638{
3739 protected function tearDown (): void
You can’t perform that action at this time.
0 commit comments