We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a95c6f5 commit a3d18eaCopy full SHA for a3d18ea
1 file changed
tests/TestCase/Controller/Component/AuthenticationComponentTest.php
@@ -420,7 +420,7 @@ public function testRedirectAfterLogin(): void
420
$component = new AuthenticationComponent($registry);
421
422
$response = $component->redirectAfterLogin($url);
423
- $this->assertSame('/ok/path?value=key', $response?->getHeaderLine('Location'));
+ $this->assertSame('/cakephp/ok/path?value=key', $response?->getHeaderLine('Location'));
424
425
Configure::delete('App.base');
426
}
0 commit comments