예제 #1
0
파일: InfoTest.php 프로젝트: gotcms/gotcms
 /**
  * Test
  *
  * @return void
  */
 public function testRenderWithWrongFilePath()
 {
     $this->object->fromFile('wrong-path-file.info');
     $this->assertFalse($this->object->render());
 }