public function testGetAllArticle()
 {
     $this->modelArticle = new CommentsArticleModel();
     $state = $this->modelArticle->getAllCommentsArticle();
     $this->assertNotEmpty($state);
 }