/**
  * @depends testSetIsPwcUpdatableSetsProperty
  */
 public function testIsIsPwcUpdatableReturnsPropertyValue()
 {
     $this->repositoryCapabilities->setSupportsPwcUpdatable(true);
     $this->assertSame(true, $this->repositoryCapabilities->isPwcUpdatableSupported());
 }