/**
  * @expectedException	InvalidArgumentException
  * @return				null
  */
 public function testLoadJsHeadFilesEmptySrc_Failure()
 {
     $list = array('my-file.js', '', 'there-file.js');
     $this->htmlDoc->loadJsHeadFiles($list);
 }