Пример #1
0
 /**
  * Verify All requests were executed
  */
 public function verify()
 {
     $this->phpu->assertEmpty($this->invocations, "StrictReturnValueMap Error: Not all requests were completed");
 }