withNoArgs() 공개 메소드

Set with() as no arguments expected
public withNoArgs ( ) : self
리턴 self
 /**
  * @return $this
  */
 public function withNoArgs()
 {
     $this->expectation->withNoArgs();
     return $this;
 }