예제 #1
0
 public function testGetNumComments()
 {
     $article = new \FelixOnline\Core\Article(1);
     $this->assertEquals(4, $article->getNumComments());
 }