Enables the cloning of arguments passed to mocked methods.
$this
https://github.com/sebastianbergmann/phpunit/issues/5315
public function enableArgumentCloning() : self { $this->cloneArguments = true; return $this; }