Beispiel #1
0
 public function testShouldReturnUpdateResult()
 {
     $this->userMailNotifyCriteria->shouldReceive('update')->andReturn(true);
     $service = new MailNotifyService($this->userMailNotifyCriteria);
     $this->assertTrue($service->updateSetting(1235, 'comment', 0));
 }