Skip to content

Commit 377b40c

Browse files
committed
Update SessionsManagerTest.php
1 parent 6535170 commit 377b40c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/webfiori/framework/test/session/SessionsManagerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public function testDatabaseSession01() {
176176
* @depends testInitSessionsDb
177177
*/
178178
public function testDatabaseSession02() {
179-
$conn = ConnectionInfo('mssql', 'sa', '1234567890@Eu', 'testing_db', 'localhost', 1433, [
179+
$conn = new ConnectionInfo('mssql', 'sa', '1234567890@Eu', 'testing_db', 'localhost', 1433, [
180180
'TrustServerCertificate' => 'true'
181181
]);
182182
$conn->setName('sessions-connection');

0 commit comments

Comments
 (0)