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