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 f67efe1 commit c831a03Copy full SHA for c831a03
1 file changed
tests/Scheduled/ASQueueTest.php
@@ -14,13 +14,13 @@
14
use ParagonIE\Certainty\Exception\CertaintyException;
15
use ParagonIE\ConstantTime\Base64;
16
use ParagonIE\PQCrypto\Exception\MLDSAInternalException;
17
-use PHPUnit\Framework\Attributes\CoversClass;
+use PHPUnit\Framework\Attributes\CoversNothing;
18
use PHPUnit\Framework\TestCase;
19
use ReflectionException;
20
use ReflectionMethod;
21
use SodiumException;
22
23
-#[CoversClass(ASQueue::class)]
+#[CoversNothing]
24
class ASQueueTest extends TestCase
25
{
26
use HttpTestTrait;
0 commit comments