We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e3d32 commit 2918b29Copy full SHA for 2918b29
tests/system/CommonFunctionsTest.php
@@ -492,7 +492,7 @@ public function testReallyWritable()
492
public function testSlashItem()
493
{
494
$this->assertSame('en/', slash_item('defaultLocale')); // en
495
- $this->assertSame('7200/', slash_item('sessionExpiration')); // int 7200
+ $this->assertSame('7200/', slash_item('CSRFExpire')); // int 7200
496
$this->assertSame('', slash_item('negotiateLocale')); // false
497
}
498
0 commit comments