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