function testGetFieldNames()
 {
     $this->assertEquals(['rid', 'field', 'assoc', 'multiassoc'], $this->metadata->getFieldNames());
 }