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