/**
  * @depends testSetIsPwcUpdatableSetsProperty
  */
 public function testSetIsUnfilingSupportedReturnsPropertyValue()
 {
     $this->repositoryCapabilities->setSupportsUnfiling(true);
     $this->assertSame(true, $this->repositoryCapabilities->isUnfilingSupported());
 }