Skip to content

Commit

Permalink
Fix (?) conn string
Browse files Browse the repository at this point in the history
  • Loading branch information
tontonsb committed May 26, 2024
1 parent 9b5662b commit 29d3264
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 @@ -17,7 +17,7 @@ protected function setUp(): void
{
parent::setUp();

$dsn = "pgsql:host=localhost;port=5432;dbname=sfa;";
$dsn = "mysql:host=localhost;port=3306;dbname=sfa;";

$this->pdo = new PDO($dsn, 'sfa', 'sfa', [
PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION,
Expand Down

0 comments on commit 29d3264

Please sign in to comment.