コード例 #1
0
 public function testCookieHttpOnlyIsMutable()
 {
     $this->config->setCookieHttpOnly(true);
     $this->assertEquals(true, $this->config->getCookieHttpOnly());
 }