Skip to content

Commit f318ba4

Browse files
committed
fix: Fix Session Tables Creation
1 parent b57b6bc commit f318ba4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/WebFiori/Framework/Tests/Session/SessionsManagerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ public function testInitSessionsDb() {
323323
App::getConfig()->addOrUpdateDBConnection($conn);
324324
SessionsManager::reset();
325325
$sto = new DatabaseSessionStorage();
326-
$sto->getController()->createTables()->execute();
326+
$sto->getController()->createTables();
327327
$sto->getController()->clear();
328328
$sto->getController()->table('session_data')->selectCount()->execute();
329329
$sto->getController()->table('sessions')->selectCount()->execute();

0 commit comments

Comments
 (0)