diff --git a/Tests/Services/JWTManagerTest.php b/Tests/Services/JWTManagerTest.php index eea01ebc..e8287a9b 100644 --- a/Tests/Services/JWTManagerTest.php +++ b/Tests/Services/JWTManagerTest.php @@ -9,8 +9,8 @@ use Lexik\Bundle\JWTAuthenticationBundle\Events; use Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\Token\JWTPostAuthenticationToken; use Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager; +use Lexik\Bundle\JWTAuthenticationBundle\Services\PayloadEnrichmentInterface; use PHPUnit\Framework\MockObject\MockObject; -use Lexik\Bundle\JWTAuthenticationBundle\Services\PayloadEnrichmentInterface; use PHPUnit\Framework\TestCase; use Symfony\Component\Security\Core\User\InMemoryUser; use Symfony\Component\Security\Core\User\UserInterface;