/**
  * @depends testSetIsPwcUpdatableSetsProperty
  */
 public function testSetIsGetFolderTreeSupportedReturnsPropertyValue()
 {
     $this->repositoryCapabilities->setSupportsGetFolderTree(true);
     $this->assertSame(true, $this->repositoryCapabilities->isGetFolderTreeSupported());
 }