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 241ac4c commit 812b172Copy full SHA for 812b172
tests/system/CommonFunctionsTest.php
@@ -497,7 +497,6 @@ public function testReallyWritable()
497
public function testSlashItem()
498
{
499
$this->assertSame('en/', slash_item('defaultLocale')); // en
500
- $this->assertSame('7200/', slash_item('CSRFExpire')); // int 7200
501
$this->assertSame('', slash_item('negotiateLocale')); // false
502
}
503
0 commit comments