コード例 #1
0
ファイル: PackageTest.php プロジェクト: relue/magento2
 /**
  * @param string $file
  * @expectedException Exception
  * @dataProvider findFileExceptionDataProvider
  */
 public function testFindFileException($file)
 {
     $this->_model->getTemplateFilename($file);
 }