diff --git a/tests/index.php b/tests/index.php index f3e918f..9ebe66c 100644 --- a/tests/index.php +++ b/tests/index.php @@ -594,17 +594,7 @@ function showGuestUserForm() { echo ''; echo ''; - echo '
'; + showConfirmEmailForm(); echo ''; } +function showConfirmEmailForm() { + echo ''; +} + function createRolesOptions() { $roleReflection = new ReflectionClass(\Delight\Auth\Role::class);