Skip to content

Commit 1c8c005

Browse files
committed
test: update out of dated test
1 parent 7370403 commit 1c8c005

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
@@ -496,7 +496,7 @@ public function testReallyWritable()
496496
public function testSlashItem()
497497
{
498498
$this->assertSame('en/', slash_item('defaultLocale')); // en
499-
$this->assertSame('7200/', slash_item('sessionExpiration')); // int 7200
499+
$this->assertSame('7200/', slash_item('CSRFExpire')); // int 7200
500500
$this->assertSame('', slash_item('negotiateLocale')); // false
501501
}
502502

0 commit comments

Comments
 (0)