Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu committed Dec 20, 2023
1 parent ae8d7d6 commit 572475a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,8 @@ function fix_linebreaks($content)
{
return str_replace(array("\r\n", "\n", "\r"), "\n", $content);
}

$connection = mysqli_connect('localhost', 'root', 'password');
var_dump($connection);
var_dump(mysqli_connect_error());
var_dump(mysqli_connect_errno());

0 comments on commit 572475a

Please sign in to comment.