diff --git a/tests/index.php b/tests/index.php index e9f90b9..d6968b2 100644 --- a/tests/index.php +++ b/tests/index.php @@ -35,6 +35,14 @@ $db = new \PDO('mysql:dbname=php_auth;host=127.0.0.1;charset=utf8mb4', 'root', ' $auth = new \Delight\Auth\Auth($db); +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; +echo ''; + $result = \processRequestData($auth); \showGeneralForm(); @@ -1310,3 +1318,6 @@ function createRolesOptions() { return $out; } + +echo ''; +echo '';