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.
1 parent 1ea05d5 commit ece0e9cCopy full SHA for ece0e9c
tests/Transport/SimpleBatchTest.php
@@ -4,15 +4,15 @@
4
5
namespace SimPod\PhpSnmp\Tests\Transport;
6
7
-use PHPUnit\Framework\Attributes\CoversClass;
+use PHPUnit\Framework\Attributes\CoversTrait;
8
use PHPUnit\Framework\Attributes\DataProvider;
9
use PHPUnit\Framework\TestCase;
10
use SimPod\PhpSnmp\Exception\NoRequestsProvided;
11
use SimPod\PhpSnmp\Transport\Request;
12
use SimPod\PhpSnmp\Transport\SimpleBatch;
13
use SimPod\PhpSnmp\Transport\SnmpClient;
14
15
-#[CoversClass(SimpleBatch::class)]
+#[CoversTrait(SimpleBatch::class)]
16
final class SimpleBatchTest extends TestCase
17
{
18
/**
0 commit comments