withAnyArgs() public method

Set expectation that any arguments are acceptable
public withAnyArgs ( ) : self
return self
 /**
  * @return $this
  */
 public function withAnyArgs()
 {
     $this->expectation->withAnyArgs();
     return $this;
 }