Пример #1
0
 /**
  * This is an empty test for code coverage reasons (the method is empty)
  */
 public function testSetHeadData()
 {
     $this->object = new JDocument();
     $this->object->setHeadData(array());
 }