Пример #1
0
 /**
  * Generated from @assert ('FileNotFound') [throws] InvalidArgumentException.
  *
  * @covers Kotchasan\Template::createFromFile
  * @expectedException InvalidArgumentException
  */
 public function testCreateFromFile()
 {
     \Kotchasan\Template::createFromFile('FileNotFound');
 }