Skip to content

Commit

Permalink
Bumps phpunit to 10.x (#5802)
Browse files Browse the repository at this point in the history
Co-authored-by: 李铭昕 <[email protected]>
  • Loading branch information
huangdijia and limingxinleo authored Jun 7, 2023
1 parent 41b9206 commit 60c58be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/GrpcResourceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@
use HyperfTest\ResourceGrpc\Stubs\Resources\AllReplyResource;
use HyperfTest\ResourceGrpc\Stubs\Resources\HiReplyResource;
use HyperfTest\ResourceGrpc\Stubs\Resources\HiUserResource;
use PHPUnit\Framework\Attributes\CoversNothing;

use function Hyperf\Collection\collect;

/**
* @internal
* @coversNothing
*/
#[CoversNothing]
class GrpcResourceTest extends \PHPUnit\Framework\TestCase
{
public function testResourceToMessage()
Expand Down

0 comments on commit 60c58be

Please sign in to comment.