reset() public method

public reset ( )
コード例 #1
0
ファイル: constant.php プロジェクト: xihewang/atoum
 public function reset()
 {
     $this->value = null;
     $this->isSet = false;
     return parent::reset();
 }
コード例 #2
0
ファイル: invoking.php プロジェクト: atoum/bdd-extension
 public function reset()
 {
     $this->testedMethodArguments = array();
     $this->testedMethodName = null;
     return parent::reset();
 }