/** * @depends testSetTitleSetsPropertyAsString */ public function testGetTitleReturnsPropertyValue() { $this->renditionData->setTitle('foo'); $this->assertSame('foo', $this->renditionData->getTitle()); }