mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Add test
This commit is contained in:
parent
82c3d25118
commit
6f7c56fff5
@ -616,4 +616,9 @@ final class CLIRequestTest extends CIUnitTestCase
|
||||
{
|
||||
$this->assertSame('en', $this->request->getLocale());
|
||||
}
|
||||
|
||||
public function testGetCookie()
|
||||
{
|
||||
$this->assertNull($this->request->getCookie('TESTY'));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user