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