/**
  * @return $this
  */
 public function withAnyArgs()
 {
     $this->expectation->withAnyArgs();
     return $this;
 }