diff --git a/tests/index.php b/tests/index.php index ef941dc..f3e918f 100644 --- a/tests/index.php +++ b/tests/index.php @@ -165,6 +165,9 @@ function processRequestData(\Delight\Auth\Auth $auth) { catch (\Delight\Auth\TokenExpiredException $e) { return 'token expired'; } + catch (\Delight\Auth\UserAlreadyExistsException $e) { + return 'email address already exists'; + } catch (\Delight\Auth\TooManyRequestsException $e) { return 'too many requests'; }