public function testIsIgnoredField()
 {
     $this->assertFalse($this->provider->isIgnoredField($this->metadata, 'fieldName'));
 }