コード例 #1
0
ファイル: ModelGeneratorTest.php プロジェクト: sigma-z/dive
 /**
  * @expectedException \Dive\Exception
  */
 public function testGetExistingModelClassesThrowsException()
 {
     $this->modelGenerator->getExistingModelClasses('NOT_EXISTING_FOLDER');
 }