예제 #1
0
 /**
  * @expectedException Exception
  */
 public function testNoCollectionName()
 {
     \Model\Comment::getCollectionName();
 }