Skip to content

Commit 43beea2

Browse files
committed
fix: unit test
1 parent de4b7c0 commit 43beea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/CommonFunctionsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ public function testReallyWritable()
391391
public function testSlashItem()
392392
{
393393
$this->assertSame('/', slash_item('cookiePath')); // slash already there
394-
$this->assertSame('', slash_item('cookieDomain')); // empty, so untouched
394+
$this->assertNull(null, slash_item('cookieDomain')); // empty, so untouched
395395
$this->assertSame('en/', slash_item('defaultLocale')); // slash appended
396396
}
397397

0 commit comments

Comments
 (0)