コード例 #1
0
 public function testUseCookiesIsMutable()
 {
     $this->config->setUseCookies(true);
     $this->assertEquals(true, (bool) $this->config->getUseCookies());
 }