/**
  * @depends testSetLocalNameSetsProperty
  */
 public function testGetLocalNameGetsProperty()
 {
     $this->propertyDataMock->setLocalName('localName');
     $this->assertSame('localName', $this->propertyDataMock->getLocalName());
 }