Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu committed Dec 20, 2023
1 parent 9a13291 commit a87ec7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function fix_linebreaks($content)
}

try {
$connection = mysqli_connect('127.0.0.1', 'root', 'password', null, '3306');
$connection = mysqli_connect('127.0.0.1', 'root', 'root', null, '3306');
var_dump($connection);
var_dump(mysqli_connect_error());
var_dump(mysqli_connect_errno());
Expand Down

0 comments on commit a87ec7b

Please sign in to comment.