once() public method

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