Skip to content

Commit

Permalink
PHP8.3 support added
Browse files Browse the repository at this point in the history
  • Loading branch information
glo71317 committed Feb 1, 2024
1 parent 8bb2090 commit 158faff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/Adapter/Platform/SqlServerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ protected function setUp(): void
$this->adapters['pdo_sqlsrv'] = new PDO(
'sqlsrv:Server='
. getenv('TESTS_LAMINAS_DB_ADAPTER_DRIVER_SQLSRV_HOSTNAME')
. '; Database=' . ($database ?: '') . '; TrustServerCertificate=1',
. ';Database=' . ($database ?: '') . ';TrustServerCertificate=1',
getenv('TESTS_LAMINAS_DB_ADAPTER_DRIVER_SQLSRV_USERNAME'),
getenv('TESTS_LAMINAS_DB_ADAPTER_DRIVER_SQLSRV_PASSWORD')
);
Expand Down

0 comments on commit 158faff

Please sign in to comment.