public function testCookieHttpOnlyIsMutable()
 {
     $this->config->setCookieHttpOnly(true);
     $this->assertEquals(true, $this->config->getCookieHttpOnly());
 }