/**
  * @depends testSetQueryNameSetsProperty
  */
 public function testGetQueryNameGetsProperty()
 {
     $this->propertyDataMock->setQueryName('queryName');
     $this->assertSame('queryName', $this->propertyDataMock->getQueryName());
 }