Skip to content

Commit

Permalink
Fix MSSQL tests (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov authored Dec 12, 2024
1 parent b42fcae commit 96ab9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Support/Factory/MssqlFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ static function (string $id) use (&$container, $config): object {
return match ($id) {
ConnectionInterface::class => new MssqlConnection(
new MssqlDriver(
'sqlsrv:Server=127.0.0.1,1433;Database=yiitest',
'sqlsrv:Server=127.0.0.1,1433;Database=yiitest;Encrypt=no',
'SA',
'YourStrong!Passw0rd',
),
Expand Down

0 comments on commit 96ab9dc

Please sign in to comment.