public function testCommentWillReturnMappingObject()
 {
     $this->assertInstanceOf(Mapping::class, Article::comment());
 }