disableEvaluationChecking() public method

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