File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ final class EmailActivatorTest extends TestCase
1717 public function testShowCannotGetPendingLoginUser (): void
1818 {
1919 $ this ->expectException (RuntimeException::class);
20- $ this ->expectExceptionMessage ('Cannot get the pending login User ' );
20+ $ this ->expectExceptionMessage ('Cannot get the pending login User. ' );
2121
2222 $ activator = new EmailActivator ();
2323
@@ -27,7 +27,7 @@ public function testShowCannotGetPendingLoginUser(): void
2727 public function testVerifyCannotGetPendingLoginUser (): void
2828 {
2929 $ this ->expectException (RuntimeException::class);
30- $ this ->expectExceptionMessage ('Cannot get the pending login User ' );
30+ $ this ->expectExceptionMessage ('Cannot get the pending login User. ' );
3131
3232 $ activator = new EmailActivator ();
3333 $ request = Services::incomingrequest (null , false );
You can’t perform that action at this time.
0 commit comments