Skip to content

Commit d52848c

Browse files
committed
chore: fix phpunit use class annotation
1 parent 935cbec commit d52848c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/Unit/Factory/PolicyFactoryTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
use Flowpack\ContentSecurityPolicy\Exceptions\InvalidDirectiveException;
88
use Flowpack\ContentSecurityPolicy\Factory\PolicyFactory;
9+
use Flowpack\ContentSecurityPolicy\Helpers\DirectivesNormalizer;
910
use Flowpack\ContentSecurityPolicy\Model\Directive;
1011
use Flowpack\ContentSecurityPolicy\Model\Nonce;
1112
use Flowpack\ContentSecurityPolicy\Model\Policy;
@@ -20,6 +21,7 @@
2021
#[UsesClass(Policy::class)]
2122
#[UsesClass(Directive::class)]
2223
#[UsesClass(InvalidDirectiveException::class)]
24+
#[UsesClass(DirectivesNormalizer::class)]
2325
class PolicyFactoryTest extends TestCase
2426
{
2527
private readonly LoggerInterface&MockObject $loggerMock;

0 commit comments

Comments
 (0)