コード例 #1
0
ファイル: MockService.php プロジェクト: nixpad/pact-php
 public function uponReceiving($description)
 {
     $interaction = new Interaction();
     $interaction->uponReceiving($description);
     array_push($this->interactions, $interaction);
     return $interaction;
 }