withAnyArgs() 공개 메소드

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