We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2fb12f commit 656eef0Copy full SHA for 656eef0
tests/system/CommonFunctionsTest.php
@@ -496,7 +496,7 @@ public function testReallyWritable()
496
public function testSlashItem()
497
{
498
$this->assertSame('en/', slash_item('defaultLocale')); // en
499
- $this->assertSame('7200/', slash_item('sessionExpiration')); // int 7200
+ $this->assertSame('7200/', slash_item('CSRFExpire')); // int 7200
500
$this->assertSame('', slash_item('negotiateLocale')); // false
501
}
502
0 commit comments