コード例 #1
0
 /**
  * @depends testSetTitleSetsPropertyAsString
  */
 public function testGetTitleReturnsPropertyValue()
 {
     $this->renditionData->setTitle('foo');
     $this->assertSame('foo', $this->renditionData->getTitle());
 }