Skip to content

Commit

Permalink
test: update out of dated test
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Jun 17, 2023
1 parent 3382974 commit 24fc255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/CommonFunctionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ public function testReallyWritable()
public function testSlashItem()
{
$this->assertSame('en/', slash_item('defaultLocale')); // en
$this->assertSame('7200/', slash_item('sessionExpiration')); // int 7200
$this->assertSame('7200/', slash_item('CSRFExpire')); // int 7200
$this->assertSame('', slash_item('negotiateLocale')); // false
}

Expand Down

0 comments on commit 24fc255

Please sign in to comment.