Skip to content

Commit 8757feb

Browse files
committed
docs: add @see
1 parent d23e8ca commit 8757feb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/Controllers/MagicLinkTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ public function testShowValidateErrorsInMagicLink(): void
6565
$result->assertSessionHas('errors', $expected);
6666
}
6767

68+
/**
69+
* @see https://github.com/codeigniter4/shield/issues/465
70+
*/
6871
public function testMagicLinkVerifyPendingRegistrationActivation(): void
6972
{
7073
// Enable Register action (Email Activation)

0 commit comments

Comments
 (0)