Skip to content

Commit 6f7c56f

Browse files
committed
Add test
1 parent 82c3d25 commit 6f7c56f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/system/HTTP/CLIRequestTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,4 +616,9 @@ public function testGetLocale()
616616
{
617617
$this->assertSame('en', $this->request->getLocale());
618618
}
619+
620+
public function testGetCookie()
621+
{
622+
$this->assertNull($this->request->getCookie('TESTY'));
623+
}
619624
}

0 commit comments

Comments
 (0)