Skip to content

Commit ccb0a22

Browse files
Bumps phpunit to 10.x (#5802)
Co-authored-by: 李铭昕 <[email protected]>
1 parent 8f9a85f commit ccb0a22

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/ClientTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@
1313

1414
use Hyperf\HttpMessage\Uri\Uri;
1515
use Hyperf\WebSocketClient\Client;
16+
use PHPUnit\Framework\Attributes\CoversNothing;
1617
use PHPUnit\Framework\TestCase;
1718

1819
/**
1920
* @internal
2021
* @coversNothing
2122
*/
23+
#[CoversNothing]
2224
class ClientTest extends TestCase
2325
{
2426
public function testClientConnectFailed()

tests/FrameTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,15 @@
1313

1414
use Hyperf\WebSocketClient\Frame;
1515
use Mockery;
16+
use PHPUnit\Framework\Attributes\CoversNothing;
1617
use PHPUnit\Framework\TestCase;
1718
use Swoole\WebSocket\Frame as SwFrame;
1819

1920
/**
2021
* @internal
2122
* @coversNothing
2223
*/
24+
#[CoversNothing]
2325
class FrameTest extends TestCase
2426
{
2527
public function testFrame()

0 commit comments

Comments
 (0)