/**
  * @depends testSetNewTypeSettableAttributesSetsProperty
  */
 public function testGetNewTypeSettableAttributesReturnsPropertyValue()
 {
     $newTypeSettableAttributes = new NewTypeSettableAttributes();
     $this->repositoryCapabilities->setNewTypeSettableAttributes($newTypeSettableAttributes);
     $this->assertSame($newTypeSettableAttributes, $this->repositoryCapabilities->getNewTypeSettableAttributes());
 }