/**
  * @depends testSetRenditionsCapabilitySetsProperty
  */
 public function testGetRenditionsCapabilityReturnsPropertyValue()
 {
     $renditionsCapability = CapabilityRenditions::cast(CapabilityRenditions::NONE);
     $this->repositoryCapabilities->setRenditionsCapability($renditionsCapability);
     $this->assertSame($renditionsCapability, $this->repositoryCapabilities->getRenditionsCapability());
 }