public function testGetName()
 {
     $attributeMetadata = new AttributeMetadata('name');
     $this->assertEquals('name', $attributeMetadata->getName());
 }