File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ public function getEmailVerificationLink(): void
107107
108108 try {
109109 $ link = $ this ->auth ->getEmailVerificationLink ($ user ->email );
110- $ this ->assertMatchesRegularExpression ('~^https://.+/.+auth/action\?mode=verifyEmail&oobCode=.+&lang=.+~ ' , $ link );
110+ $ this ->assertMatchesRegularExpression ('~^https? ://.+/.+auth/action\?mode=verifyEmail&oobCode=.+&lang=.+~ ' , $ link );
111111 } finally {
112112 $ this ->auth ->deleteUser ($ user ->uid );
113113 }
@@ -158,7 +158,7 @@ public function getPasswordResetLink(): void
158158
159159 try {
160160 $ link = $ this ->auth ->getPasswordResetLink ($ user ->email );
161- $ this ->assertMatchesRegularExpression ('~^https://.+/.+auth/action\?mode=resetPassword&oobCode=.+&lang=.+~ ' , $ link );
161+ $ this ->assertMatchesRegularExpression ('~^https? ://.+/.+auth/action\?mode=resetPassword&oobCode=.+&lang=.+~ ' , $ link );
162162 } finally {
163163 $ this ->auth ->deleteUser ($ user ->uid );
164164 }
@@ -187,7 +187,7 @@ public function getSignInWithEmailLink(): void
187187
188188 try {
189189 $ link = $ this ->auth ->getSignInWithEmailLink ($ user ->email );
190- $ this ->assertMatchesRegularExpression ('~^https://.+/.+auth/action\?mode=signIn&oobCode=.+&lang=.+~ ' , $ link );
190+ $ this ->assertMatchesRegularExpression ('~^https? ://.+/.+auth/action\?mode=signIn&oobCode=.+&lang=.+~ ' , $ link );
191191 } finally {
192192 $ this ->auth ->deleteUser ($ user ->uid );
193193 }
You can’t perform that action at this time.
0 commit comments