never() public method

Indicates that this expectation is never expected to be called
public never ( ) : self
return self
 /**
  * @return $this
  */
 public function never()
 {
     $this->expectation->never();
     return $this;
 }