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