not->toBeFalse(); expect($content)->toContain('isAllowedWebhookAbsoluteUrl'); expect($content)->toContain('Webhook URL must use the configured n8n webhook host.'); expect($content)->toContain("$targetHost !== $baseHost"); expect($content)->toContain("$targetScheme !== $baseScheme"); expect($content)->toContain('return $targetPort === $basePort;'); });