예제 #1
0
 public function testGetTitle()
 {
     $this->choice->expects($this->once())->method('getTitle');
     $this->sut->getTitle();
 }
예제 #2
0
파일: Ticket.php 프로젝트: xtrasmal/iinano
 /**
  * @inheritdoc
  */
 public function getTitle()
 {
     return $this->purchase->getTitle();
 }