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 committed Jun 7, 2023
1 parent 8b8ae09 commit 0080447
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/TracerFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
use Hyperf\Di\Container;
use Hyperf\Tracer\TracerFactory;
use Mockery;
use PHPUnit\Framework\Attributes\CoversNothing;
use PHPUnit\Framework\TestCase;
use Zipkin\Samplers\BinarySampler;

Expand All @@ -25,6 +26,7 @@
* @internal
* @coversNothing
*/
#[CoversNothing]
class TracerFactoryTest extends TestCase
{
protected function tearDown(): void
Expand Down

0 comments on commit 0080447

Please sign in to comment.