Skip to content

Commit

Permalink
test: remove test that are no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Feb 4, 2023
1 parent c903989 commit 2dd6467
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/system/CommonFunctionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -488,12 +488,9 @@ public function testReallyWritable()

public function testSlashItem()
{
$this->assertSame('/', slash_item('cookiePath')); // /
$this->assertSame('', slash_item('cookieDomain')); // ''
$this->assertSame('en/', slash_item('defaultLocale')); // en
$this->assertSame('7200/', slash_item('sessionExpiration')); // int 7200
$this->assertSame('', slash_item('negotiateLocale')); // false
$this->assertSame('1/', slash_item('cookieHTTPOnly')); // true
}

public function testSlashItemOnInexistentItem()
Expand Down

0 comments on commit 2dd6467

Please sign in to comment.