/**
  * @depends testSetStreamIdSetsProperty
  */
 public function testGetStreamIdReturnsPropertyValue()
 {
     $this->renditionData->setStreamId('stream-id');
     $this->assertSame('stream-id', $this->renditionData->getStreamId());
 }