File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1313
1414use Hyperf \HttpMessage \Uri \Uri ;
1515use Hyperf \WebSocketClient \Client ;
16+ use PHPUnit \Framework \Attributes \CoversNothing ;
1617use PHPUnit \Framework \TestCase ;
1718
1819/**
1920 * @internal
2021 * @coversNothing
2122 */
23+ #[CoversNothing]
2224class ClientTest extends TestCase
2325{
2426 public function testClientConnectFailed ()
Original file line number Diff line number Diff line change 1313
1414use Hyperf \WebSocketClient \Frame ;
1515use Mockery ;
16+ use PHPUnit \Framework \Attributes \CoversNothing ;
1617use PHPUnit \Framework \TestCase ;
1718use Swoole \WebSocket \Frame as SwFrame ;
1819
1920/**
2021 * @internal
2122 * @coversNothing
2223 */
24+ #[CoversNothing]
2325class FrameTest extends TestCase
2426{
2527 public function testFrame ()
You can’t perform that action at this time.
0 commit comments