Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2918b29

Browse files
committedFeb 25, 2023
test: update out of dated test
1 parent 33e3d32 commit 2918b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/system/CommonFunctionsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ public function testReallyWritable()
492492
public function testSlashItem()
493493
{
494494
$this->assertSame('en/', slash_item('defaultLocale')); // en
495-
$this->assertSame('7200/', slash_item('sessionExpiration')); // int 7200
495+
$this->assertSame('7200/', slash_item('CSRFExpire')); // int 7200
496496
$this->assertSame('', slash_item('negotiateLocale')); // false
497497
}
498498

0 commit comments

Comments
 (0)
Please sign in to comment.