Sets constructor arguments.
array<mixed> $arguments:
$this
public function willBeConstructedWith(?array $arguments = null) { $this->lazyDouble ->setArguments($arguments); return $this; }