# Quickstart: Graph Contracts Registry Completeness ## Goal Validate that the Microsoft Graph contract registry includes the four specified resources and that the in-scope call sites use registry-backed paths. ## Prerequisites - Laravel Sail is available. ## Run the focused tests (acceptance evidence) - Run the new/updated tests: - `vendor/bin/sail artisan test --compact` ## Formatting - Apply formatting to changed files: - `vendor/bin/sail bin pint --dirty` ## Notes - A live tenant is not required for acceptance evidence for this spec.