public function testUseCookiesIsMutable()
 {
     $this->config->setUseCookies(true);
     $this->assertEquals(true, (bool) $this->config->getUseCookies());
 }