예제 #1
0
 /**
  * @expectedException \RuntimeException
  */
 public function testGetSourceInvalid()
 {
     $this->provider->getSource("unexists.tpl", $time);
 }