Example #1
0
 /**
  * @expectedException \RuntimeException
  */
 public function testGetLastModifiedInvalid()
 {
     $this->provider->getLastModified("unexists.tpl");
 }