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 039886e commit 6f5317aCopy full SHA for 6f5317a
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