Skip to content

Commit

Permalink
PHP 8.3 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
glo71317 committed Feb 1, 2024
1 parent 0e95e6d commit 2abd29d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/Adapter/Platform/SqlServerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ protected function setUp(): void
'UID' => getenv('TESTS_LAMINAS_DB_ADAPTER_DRIVER_SQLSRV_USERNAME'),

Check failure on line 37 in test/integration/Adapter/Platform/SqlServerTest.php

View workflow job for this annotation

GitHub Actions / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...

Expected 20 spaces before double arrow; 6 found
'PWD' => getenv('TESTS_LAMINAS_DB_ADAPTER_DRIVER_SQLSRV_PASSWORD'),

Check failure on line 38 in test/integration/Adapter/Platform/SqlServerTest.php

View workflow job for this annotation

GitHub Actions / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...

Expected 20 spaces before double arrow; 6 found
'Database' => $database,

Check failure on line 39 in test/integration/Adapter/Platform/SqlServerTest.php

View workflow job for this annotation

GitHub Actions / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...

Expected 15 spaces before double arrow; 1 found
'TrustServerCertificate' => 1

Check failure on line 40 in test/integration/Adapter/Platform/SqlServerTest.php

View workflow job for this annotation

GitHub Actions / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...

Multi-line arrays must have a trailing comma after the last element
]
);
if (! $this->adapters['sqlsrv']) {
Expand Down

0 comments on commit 2abd29d

Please sign in to comment.