We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87dbdbe commit 2e490f7Copy full SHA for 2e490f7
tests/TestCase/AuthenticationServiceTest.php
@@ -673,7 +673,7 @@ public function testGetUnauthenticatedRedirectUrl()
673
public function testGetUnauthenticatedRedirectUrlWithBasePath()
674
{
675
$request = ServerRequestFactory::fromGlobals(
676
- ['REQUEST_URI' => '/secrets'],
+ ['REQUEST_URI' => '/secrets']
677
);
678
$uri = $request->getUri();
679
$uri->base = '/base';
0 commit comments