Skip to content

Commit 597e35e

Browse files
committed
test: update out of dated test
1 parent 4baa327 commit 597e35e

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)