twice() public méthode

Indicates that this expectation is expected exactly twice
public twice ( ) : self
Résultat self
 /**
  * @return $this
  */
 public function twice()
 {
     $this->expectation->twice();
     return $this;
 }