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;
 }