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

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