fix: restore full suite (Pest helper collision + ops-ux spec sync) #130
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/pest-makeassignment-collision"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
devfull suite was hard-failing withPHP Fatal error: Cannot redeclare function makeAssignment()due to two Pest files defining the same global helper.Additionally, Ops-UX tests were out of sync with the new summary rendering + new whitelisted keys.
What changed
makeEntraAssignment()to avoid global collision.specs/055-ops-ux-rollout/spec.mdto include:report_created,report_deduped,alert_events_producedSummaryCountsWhitelistTestto match the new summary rendering:Summary:prefixTotal,Processed)Verification
vendor/bin/sail artisan test --compact: