예제 #1
0
 public function testGetCommentsNoComments()
 {
     $article = new \FelixOnline\Core\Article(3);
     $comments = $article->getComments();
     $this->assertEmpty($comments);
 }