Laravel Package Verification
- The Laravel integration suite launches PHP’s built-in server as a directly owned process instead of through a shell child.
- Test ports are allocated dynamically and the exact process is terminated at suite teardown.
- Server readiness checks avoid leaking connection warnings into Pest.
Standalone Instructor Verification
- The
instructor-structtest contract no longer invokes the monorepo-only documentation tool from a released package checkout. - Package documentation remains covered by the root documentation QA lane before release.