once() публичный Метод

Indicates that this expectation is expected exactly once
public once ( ) : self
Результат self
 /**
  * @return $this
  */
 public function once()
 {
     $this->expectation->once();
     return $this;
 }