never() public méthode

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