testUri = $testUri; $this->config = $config ?? new TestPreviewConfig(); } public function getTestUri(): string { return $this->testUri; } public function getConfig(): TestPreviewConfig { return $this->config; } }