Integration testing our Laravel package with a real server and queue
Learn how the Flare team built comprehensive integration tests for their Laravel package using Orchestra Testbench's workbench feature to create a real HTTP server and queue worker. This deep dive shows how to test complex Laravel integrations that go beyond unit testing and mocking.