enqueue/test
Test utilities for the Enqueue message queue ecosystem. Provides shared helpers and tooling used across Enqueue packages to simplify writing and maintaining tests for messaging components and integrations.
queue:work or queue:listen.mocks\queue or Laravel’s built-in FakeQueue.For Executives: "This package lets us test message queues—critical for scaling async workflows like order processing or notifications—without flaky CI/CD. It’s a lightweight, open-source solution that reduces risk in our Laravel backend, aligning with our ‘build vs. buy’ strategy for niche testing needs."
For Engineering:
"If we’re using PHP-Enqueue (e.g., for RabbitMQ), this gives us assertJobDispatched()-like functionality for queues. It’s minimal, MIT-licensed, and integrates with Laravel’s testing tools. Tradeoff: No active maintenance, but we can fork if needed. Alternative: Roll our own, but this saves ~2 dev days."
For QA/DevOps:
"Fixes intermittent test failures caused by queue delays. Example: Verify a SendEmailJob is actually enqueued before the test completes—no more ‘job disappeared’ bugs."
How can I help you explore Laravel packages today?