Vincent 2 년 전
부모
커밋
07bfc42d82
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      tests/Service/ApiLegacy/ApiLegacyRequestServiceTest.php
  2. 1 1
      tests/Service/OnChange/Organization/OnSubdomainChangeTest.php

+ 1 - 1
tests/Service/ApiLegacy/ApiLegacyRequestServiceTest.php

@@ -11,7 +11,7 @@ use Symfony\Component\HttpKernel\Exception\HttpException;
 use Symfony\Component\Security\Core\Authentication\Token\NullToken;
 use Symfony\Component\Security\Core\Authentication\Token\SwitchUserToken;
 use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken;
-use Symfony\Component\Security\Core\Security;
+use Symfony\Bundle\SecurityBundle\Security;
 use Symfony\Contracts\HttpClient\HttpClientInterface;
 use Symfony\Contracts\HttpClient\ResponseInterface;
 

+ 1 - 1
tests/Service/OnChange/Organization/OnSubdomainChangeTest.php

@@ -18,7 +18,7 @@ use PHPUnit\Framework\MockObject\MockObject;
 use PHPUnit\Framework\TestCase;
 use Symfony\Component\Messenger\Envelope;
 use Symfony\Component\Messenger\MessageBusInterface;
-use Symfony\Component\Security\Core\Security;
+use Symfony\Bundle\SecurityBundle\Security;
 
 class OnSubdomainChangeTest extends TestCase
 {