示例#1
0
 /**
  * @todo Implement testSetHttpOnly().
  */
 public function testSetHttpOnly()
 {
     $httponly = false;
     $this->object->setHttpOnly($httponly);
     $this->assertEquals($this->readAttribute($this->object, 'httponly'), $httponly);
 }