withNoArgs() public method

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