Skip to content

Commit 6535170

Browse files
committed
Update SessionsManagerTest.php
1 parent 3330116 commit 6535170

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public function testDatabaseSession00() {
161161
*/
162162
public function testDatabaseSession01() {
163163
$this->expectException(DatabaseException::class);
164-
$this->expectExceptionMessage("208 - [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Invalid object name 'session_data'.");
164+
$this->expectExceptionMessage("208 - [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]Invalid object name 'session_data'.");
165165
$conn = new ConnectionInfo('mssql', 'sa', '1234567890@Eu', 'testing_db', 'localhost', 1433, [
166166
'TrustServerCertificate' => 'true'
167167
]);
@@ -285,7 +285,7 @@ public function testDatabaseSession02() {
285285
*/
286286
public function testDropDbTables00() {
287287
$this->expectException(DatabaseException::class);
288-
$this->expectExceptionMessage("208 - [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Invalid object name 'session_data'.");
288+
$this->expectExceptionMessage("208 - [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]Invalid object name 'session_data'.");
289289
$conn = new ConnectionInfo('mssql', 'sa', '1234567890@Eu', 'testing_db', 'localhost', 1433, [
290290
'TrustServerCertificate' => 'true'
291291
]);

0 commit comments

Comments
 (0)