Skip to content
Prev Previous commit
Next Next commit
Add test for deleteOldSessions method
Signed-off-by: Benjamin Frueh <[email protected]>
  • Loading branch information
benjaminfrueh authored and backportbot[bot] committed Sep 24, 2025
commit 3e6b3bf32ab5918ec4ea8179e1ea179d8342782b
2 changes: 1 addition & 1 deletion tests/unit/Db/SessionMapperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public function testDeleteInactiveWithoutStepsMultiple() {
self::assertCount(0, $this->sessionMapper->findAll(1));
}

public function testRemoveOldSessions() {
public function testDeleteOldSessions() {
$this->stepMapper->deleteAll(1);
$this->sessionMapper->deleteByDocumentId(1);

Expand Down