コード例 #1
0
ファイル: ModelTest.php プロジェクト: taichiatshanghai/yamop
 /**
  * @expectedException Exception
  */
 public function testNoCollectionName()
 {
     \Model\Comment::getCollectionName();
 }