Skip to content

Commit 656eef0

Browse files
committed
test: update out of dated test
1 parent b2fb12f commit 656eef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/CommonFunctionsTest.php

+1-1
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)