bmitch's avatar

Something like orchestral/testbench for Lumen?

Usually when developing our team will use Laravel and most of our code for the project will be a separate project required via composer, similar to the old workbench in Laravel 4.

Then in our project we'll use orchestral/testbench to run our tests which works nicely. That also allows us to run our tests in the CI build at the Laravel Framework level as well as just with our project.

We're considering moving to Lumen for our next project but looks like orchestral/testbench doesn't support Lumen.

Does anyone know of any other package or another strategy we could use? Thanks.

0 likes
3 replies
bmitch's avatar

Thanks good to know! Thanks for the great package too.

Please or to participate in this conversation.