Exemplo n.º 1
0
 public function testGetTitle()
 {
     $this->choice->expects($this->once())->method('getTitle');
     $this->sut->getTitle();
 }
Exemplo n.º 2
0
 /**
  * @inheritdoc
  */
 public function getTitle()
 {
     return $this->purchase->getTitle();
 }