/**
  * @depends testSetSupportsAllVersionsSearchableSetsProperty
  */
 public function testIsAllVersionsSearchableReturnsPropertyValue()
 {
     $this->repositoryCapabilities->setSupportsAllVersionsSearchable(true);
     $this->assertSame(true, $this->repositoryCapabilities->isAllVersionsSearchableSupported());
 }