disableEvaluationChecking() public method

コード例 #1
0
ファイル: call.php プロジェクト: xihewang/atoum
 private function addAfterCall(call $call)
 {
     $this->afterCalls[] = $call->disableEvaluationChecking();
     return $this;
 }
コード例 #2
0
ファイル: call.php プロジェクト: andrewolobo/mpTracker
 public function after(call $call)
 {
     $this->setLastAssertion(__METHOD__)->afterCalls[] = $call->disableEvaluationChecking();
     return $this;
 }