diff --git a/tests/index.php b/tests/index.php index cee341a..5ee90a4 100644 --- a/tests/index.php +++ b/tests/index.php @@ -84,7 +84,7 @@ function processRequestData(\Delight\Auth\Auth $auth) { return 'wrong password'; } catch (\Delight\Auth\EmailNotVerifiedException $e) { - return 'email not verified'; + return 'email address not verified'; } catch (\Delight\Auth\TooManyRequestsException $e) { return 'too many requests'; @@ -242,7 +242,7 @@ function processRequestData(\Delight\Auth\Auth $auth) { return 'invalid email address'; } catch (\Delight\Auth\EmailNotVerifiedException $e) { - return 'email not verified'; + return 'email address not verified'; } catch (\Delight\Auth\ResetDisabledException $e) { return 'password reset disabled'; @@ -422,7 +422,7 @@ function processRequestData(\Delight\Auth\Auth $auth) { } } else { - return 'either ID, email or username required'; + return 'either ID, email address or username required'; } return 'ok'; @@ -457,7 +457,7 @@ function processRequestData(\Delight\Auth\Auth $auth) { } } else { - return 'either ID, email or username required'; + return 'either ID, email address or username required'; } } else { @@ -496,7 +496,7 @@ function processRequestData(\Delight\Auth\Auth $auth) { } } else { - return 'either ID, email or username required'; + return 'either ID, email address or username required'; } } else { @@ -744,7 +744,7 @@ function showGuestUserForm() { echo '