name: UserAuthenticatorTest class_comment: null dependencies: - name: TestCase type: class source: PHPUnit\Framework\TestCase - name: FirewallMap type: class source: Symfony\Bundle\SecurityBundle\Security\FirewallMap - name: UserAuthenticator type: class source: Symfony\Bundle\SecurityBundle\Security\UserAuthenticator - name: Container type: class source: Symfony\Component\DependencyInjection\Container - name: Request type: class source: Symfony\Component\HttpFoundation\Request - name: RequestStack type: class source: Symfony\Component\HttpFoundation\RequestStack - name: InMemoryUser type: class source: Symfony\Component\Security\Core\User\InMemoryUser - name: InMemoryUserProvider type: class source: Symfony\Component\Security\Core\User\InMemoryUserProvider - name: HttpBasicAuthenticator type: class source: Symfony\Component\Security\Http\Authenticator\HttpBasicAuthenticator properties: [] methods: - name: testThrowsLogicExceptionIfCurrentRequestIsNull visibility: public parameters: [] comment: null traits: - PHPUnit\Framework\TestCase - Symfony\Bundle\SecurityBundle\Security\FirewallMap - Symfony\Bundle\SecurityBundle\Security\UserAuthenticator - Symfony\Component\DependencyInjection\Container - Symfony\Component\HttpFoundation\Request - Symfony\Component\HttpFoundation\RequestStack - Symfony\Component\Security\Core\User\InMemoryUser - Symfony\Component\Security\Core\User\InMemoryUserProvider - Symfony\Component\Security\Http\Authenticator\HttpBasicAuthenticator interfaces: []