We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
phpunit
10.x
1 parent 1781683 commit e605cd3Copy full SHA for e605cd3
tests/ClientFactoryTest.php
@@ -14,12 +14,14 @@
14
use Elasticsearch\ClientBuilder;
15
use Elasticsearch\Common\Exceptions\NoNodesAvailableException;
16
use Hyperf\Elasticsearch\ClientBuilderFactory;
17
+use PHPUnit\Framework\Attributes\CoversNothing;
18
use PHPUnit\Framework\TestCase;
19
20
/**
21
* @internal
22
* @coversNothing
23
*/
24
+#[CoversNothing]
25
class ClientFactoryTest extends TestCase
26
{
27
public function testClientBuilderFactoryCreate()
0 commit comments