Exemple #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testRenderWithWrongFilePath()
 {
     $this->object->fromFile('wrong-path-file.info');
     $this->assertFalse($this->object->render());
 }