Skip to content

Commit e605cd3

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/ClientFactoryTest.php

+2
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@
1414
use Elasticsearch\ClientBuilder;
1515
use Elasticsearch\Common\Exceptions\NoNodesAvailableException;
1616
use Hyperf\Elasticsearch\ClientBuilderFactory;
17+
use PHPUnit\Framework\Attributes\CoversNothing;
1718
use PHPUnit\Framework\TestCase;
1819

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

0 commit comments

Comments
 (0)