From 663268c71252f176c1530adb7a166c4d00510941 Mon Sep 17 00:00:00 2001 From: Marco Date: Fri, 16 Aug 2024 09:15:50 +0200 Subject: [PATCH] Use full and valid HTML page markup in tests --- tests/index.php | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 '';