We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b57b6bc commit f318ba4Copy full SHA for f318ba4
1 file changed
tests/WebFiori/Framework/Tests/Session/SessionsManagerTest.php
@@ -323,7 +323,7 @@ public function testInitSessionsDb() {
323
App::getConfig()->addOrUpdateDBConnection($conn);
324
SessionsManager::reset();
325
$sto = new DatabaseSessionStorage();
326
- $sto->getController()->createTables()->execute();
+ $sto->getController()->createTables();
327
$sto->getController()->clear();
328
$sto->getController()->table('session_data')->selectCount()->execute();
329
$sto->getController()->table('sessions')->selectCount()->execute();
0 commit comments