Skip to content

Commit

Permalink
DEbug workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tontonsb committed May 27, 2024
1 parent 400ba28 commit f5032c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration/MariaDB/PDOTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ protected function setUp(): void

$dsn = "mysql:host=localhost;port=3307;dbname=sfa;";

$this->pdo = new PDO($dsn, options: [
$this->pdo = new PDO($dsn, 'root', options: [
PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION,
PDO::ATTR_DEFAULT_FETCH_MODE => PDO::FETCH_ASSOC,
]);
Expand Down

0 comments on commit f5032c0

Please sign in to comment.