twice() 공개 메소드

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