Example #1
0
 /**
  * @covers PhCompile\Template\Template::loadHTML
  * @expectedException \InvalidArgumentException
  */
 public function testLoadHTMLNotExisting()
 {
     $this->template->loadHTML('non-existing-file');
 }