This commit is contained in:
sclubricants 2022-10-07 14:37:24 -07:00
parent 82c3d25118
commit 6f7c56fff5
No known key found for this signature in database
GPG Key ID: 6150377168802194

View File

@ -616,4 +616,9 @@ final class CLIRequestTest extends CIUnitTestCase
{
$this->assertSame('en', $this->request->getLocale());
}
public function testGetCookie()
{
$this->assertNull($this->request->getCookie('TESTY'));
}
}