Skip to content

Commit 8975e9c

Browse files
committed
try bool
1 parent 014c637 commit 8975e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Platform/QueryResultTypeWalkerFetchTypeMatrixTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4808,7 +4808,7 @@ private function getConnectionParamsForDriver(string $driver): array
48084808
'user' => 'SA',
48094809
'password' => 'Secret.123',
48104810
'driverOptions' => [
4811-
'TrustServerCertificate' => 'yes',
4811+
'TrustServerCertificate' => true,
48124812
],
48134813
// user database is created after connection
48144814
];

0 commit comments

Comments
 (0)