Skip to content

Commit c831a03

Browse files
committed
let's pretend this covers nothing then
1 parent f67efe1 commit c831a03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Scheduled/ASQueueTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
use ParagonIE\Certainty\Exception\CertaintyException;
1515
use ParagonIE\ConstantTime\Base64;
1616
use ParagonIE\PQCrypto\Exception\MLDSAInternalException;
17-
use PHPUnit\Framework\Attributes\CoversClass;
17+
use PHPUnit\Framework\Attributes\CoversNothing;
1818
use PHPUnit\Framework\TestCase;
1919
use ReflectionException;
2020
use ReflectionMethod;
2121
use SodiumException;
2222

23-
#[CoversClass(ASQueue::class)]
23+
#[CoversNothing]
2424
class ASQueueTest extends TestCase
2525
{
2626
use HttpTestTrait;

0 commit comments

Comments
 (0)