/**
  * @depends testSetCreatablePropertyTypesSetsProperty
  */
 public function testGetCreatablePropertyTypesReturnsPropertyValue()
 {
     $creatablePropertyTypes = new CreatablePropertyTypes();
     $this->repositoryCapabilities->setCreatablePropertyTypes($creatablePropertyTypes);
     $this->assertSame($creatablePropertyTypes, $this->repositoryCapabilities->getCreatablePropertyTypes());
 }