Skip to content

Commit 812b172

Browse files
committed
test: remove out-of-dated test case
$CSRFExpire was removed.
1 parent 241ac4c commit 812b172

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/system/CommonFunctionsTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,6 @@ public function testReallyWritable()
497497
public function testSlashItem()
498498
{
499499
$this->assertSame('en/', slash_item('defaultLocale')); // en
500-
$this->assertSame('7200/', slash_item('CSRFExpire')); // int 7200
501500
$this->assertSame('', slash_item('negotiateLocale')); // false
502501
}
503502

0 commit comments

Comments
 (0)