You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/AccessToken/OidcUserInfoTokenHandlerFactory.php
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,6 @@ public function addConfiguration(NodeBuilder $node): void
if (!interface_exists(HttpClientInterface::class)) {
402
+
$this->expectException(LogicException::class);
403
+
$this->expectExceptionMessage('You cannot use the "oidc" token handler since the HttpClient component is not installed. Try running "composer require symfony/http-client".');
if (!interface_exists(HttpClientInterface::class)) {
443
+
$this->expectException(LogicException::class);
444
+
$this->expectExceptionMessage('You cannot use the "oidc" token handler since the HttpClient component is not installed. Try running "composer require symfony/http-client".');
0 commit comments