Example #1
0
 /**
  * @param string $file
  * @expectedException Exception
  * @dataProvider findFileExceptionDataProvider
  */
 public function testFindFileException($file)
 {
     $this->_model->getTemplateFilename($file);
 }