We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d23e8ca commit 8757febCopy full SHA for 8757feb
1 file changed
tests/Controllers/MagicLinkTest.php
@@ -65,6 +65,9 @@ public function testShowValidateErrorsInMagicLink(): void
65
$result->assertSessionHas('errors', $expected);
66
}
67
68
+ /**
69
+ * @see https://github.com/codeigniter4/shield/issues/465
70
+ */
71
public function testMagicLinkVerifyPendingRegistrationActivation(): void
72
{
73
// Enable Register action (Email Activation)
0 commit comments