Skip to content

Commit

Permalink
WIP [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
arogachev committed Nov 1, 2024
1 parent 65678c6 commit 6216a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Support/TestTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ protected static function getDb(): PdoConnectionInterface
))->asString();

return new Connection(
new Driver($dsn, 'SA', 'YourStrong!Passw0rd'),
new Driver($dsn, self::getUsername(), self::getPassword()),
DbHelper::getSchemaCache(),
);
}
Expand Down

0 comments on commit 6216a66

Please sign in to comment.