Skip to content

Commit 24458ce

Browse files
committed
You will cover nothing and be happy
1 parent b63aed3 commit 24458ce

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

tests/ConfigTraitTest.php

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,15 @@
44

55
use FediE2EE\PKDServer\ActivityPub\WebFinger;
66
use FediE2EE\PKDServer\Exceptions\TableException;
7-
use FediE2EE\PKDServer\TableCache;
87
use FediE2EE\PKDServer\Tables\{
98
Actors,
109
TOTP
1110
};
12-
use PHPUnit\Framework\Attributes\{
13-
CoversNothing,
14-
UsesClass
15-
};
11+
use PHPUnit\Framework\Attributes\CoversNothing;
1612
use PHPUnit\Framework\TestCase;
1713
use FediE2EE\PKDServer\Traits\ConfigTrait;
1814

1915
#[CoversNothing]
20-
#[UsesClass(ConfigTrait::class)]
21-
#[UsesClass(TableCache::class)]
2216
class ConfigTraitTest extends TestCase
2317
{
2418
use HttpTestTrait;

0 commit comments

Comments
 (0)