disableEvaluationChecking() public method

Beispiel #1
0
 private function addAfterCall(call $call)
 {
     $this->afterCalls[] = $call->disableEvaluationChecking();
     return $this;
 }
Beispiel #2
0
 public function after(call $call)
 {
     $this->setLastAssertion(__METHOD__)->afterCalls[] = $call->disableEvaluationChecking();
     return $this;
 }