コード例 #1
0
 public function failureDescription($other)
 {
     $generator = new FailureGenerator();
     $generator->spy_was_called($other);
     return $generator->get_message();
 }