/**
  * @depends testSetMimeTypeSetsPropertyAsString
  */
 public function testGetMimeTypeReturnsPropertyValue()
 {
     $this->renditionData->setMimeType('foo');
     $this->assertSame('foo', $this->renditionData->getMimeType());
 }