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