예제 #1
0
 public function testGetNoteMessages()
 {
     $this->dataMock->expects($this->once())->method('getNoteMessages')->will($this->returnValue('SOME-MESSAGE'));
     $this->assertEquals('SOME-MESSAGE', $this->model->getNoteMessages());
 }