/**
  * @depends testSetIsPwcUpdatableSetsProperty
  */
 public function testSetIsGetDescendantsSupportedReturnsPropertyValue()
 {
     $this->repositoryCapabilities->setSupportsGetDescendants(true);
     $this->assertSame(true, $this->repositoryCapabilities->isGetDescendantsSupported());
 }