コード例 #1
0
 /**
  * @param Verification $expectedVerification
  * @return bool
  */
 public function sendHaveBeenCalledWith(Verification $expectedVerification)
 {
     return $this->sendHaveBeenCalled() && $this->sentVerification->equals($expectedVerification);
 }