diff --git a/tests/index.php b/tests/index.php index 4bd649f..9a9d3fe 100644 --- a/tests/index.php +++ b/tests/index.php @@ -19,7 +19,7 @@ header('Content-type: text/html; charset=utf-8'); require __DIR__.'/../vendor/autoload.php'; -$db = new PDO('mysql:dbname=php_auth;host=127.0.0.1;charset=utf8mb4', 'root', ''); +$db = new PDO('mysql:dbname=php_auth;host=127.0.0.1;charset=utf8mb4', 'root', 'monkey'); $auth = new \Delight\Auth\Auth($db);