mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Add null $index condition to test
This commit is contained in:
parent
6f7c56fff5
commit
ad18607f18
@ -620,5 +620,7 @@ final class CLIRequestTest extends CIUnitTestCase
|
||||
public function testGetCookie()
|
||||
{
|
||||
$this->assertNull($this->request->getCookie('TESTY'));
|
||||
|
||||
$this->assertSame($this->request->getCookie(), []);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user