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 13
13
14
14
use Hyperf \HttpMessage \Uri \Uri ;
15
15
use Hyperf \WebSocketClient \Client ;
16
+ use PHPUnit \Framework \Attributes \CoversNothing ;
16
17
use PHPUnit \Framework \TestCase ;
17
18
18
19
/**
19
20
* @internal
20
21
* @coversNothing
21
22
*/
23
+ #[CoversNothing]
22
24
class ClientTest extends TestCase
23
25
{
24
26
public function testClientConnectFailed ()
Original file line number Diff line number Diff line change 13
13
14
14
use Hyperf \WebSocketClient \Frame ;
15
15
use Mockery ;
16
+ use PHPUnit \Framework \Attributes \CoversNothing ;
16
17
use PHPUnit \Framework \TestCase ;
17
18
use Swoole \WebSocket \Frame as SwFrame ;
18
19
19
20
/**
20
21
* @internal
21
22
* @coversNothing
22
23
*/
24
+ #[CoversNothing]
23
25
class FrameTest extends TestCase
24
26
{
25
27
public function testFrame ()
You can’t perform that action at this time.
0 commit comments