Skip to content

Commit

Permalink
fix: unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
aletoropov committed May 28, 2022
1 parent de4b7c0 commit 43beea2
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 @@ -391,7 +391,7 @@ public function testReallyWritable()
public function testSlashItem()
{
$this->assertSame('/', slash_item('cookiePath')); // slash already there
$this->assertSame('', slash_item('cookieDomain')); // empty, so untouched
$this->assertNull(null, slash_item('cookieDomain')); // empty, so untouched
$this->assertSame('en/', slash_item('defaultLocale')); // slash appended
}

Expand Down

0 comments on commit 43beea2

Please sign in to comment.