Example #1
0
 public function testRenderJPGNotExist()
 {
     $view = new View();
     $this->assertNull($view->renderJPG("file that does not exist"));
 }