bab/tested-routes-checker-bundle
Adopt if:
Look elsewhere if:
*"This bundle automates a critical gap in our testing process: ensuring every route in our Symfony app is tested before deployment. Currently, untested routes slip through because manual tracking is error-prone. By integrating this tool into our CI pipeline, we’ll:
*"This is a Symfony-specific way to enforce route test coverage without writing custom scripts. Here’s how it works:
var/cache/.php bin/console bab:tested-routes-checker:check to see gaps..bab-trc-baseline (e.g., API docs, health checks).composer require + CI config). No PHP changes needed.
Let’s pilot this in [Project X] to validate the impact before rolling out."**"Think of this as ‘linter for your routes’:
/api/v2/users) but forget to test it. It sits untested until a user hits it in prod.composer require --dev bab/tested-routes-checker-bundle.bundles.php (dev/test only).php bin/console bab:tested-routes-checker:check locally or in CI.How can I help you explore Laravel packages today?