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 2dd83e8 commit 4d56192Copy full SHA for 4d56192
Tests/Services/JWTManagerTest.php
@@ -9,8 +9,8 @@
9
use Lexik\Bundle\JWTAuthenticationBundle\Events;
10
use Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\Token\JWTPostAuthenticationToken;
11
use Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager;
12
-use PHPUnit\Framework\MockObject\MockObject;
13
use Lexik\Bundle\JWTAuthenticationBundle\Services\PayloadEnrichmentInterface;
+use PHPUnit\Framework\MockObject\MockObject;
14
use PHPUnit\Framework\TestCase;
15
use Symfony\Component\Security\Core\User\InMemoryUser;
16
use Symfony\Component\Security\Core\User\UserInterface;
0 commit comments