laravel / framework

The Laravel Framework.
https://laravel.com
MIT License
32.66k stars 11.04k forks source link

[11.x] Add `Process::assertSequencesAreEmpty()` method #53547

Closed xurshudyan closed 1 week ago

xurshudyan commented 1 week ago

Add the assertSequencesAreEmpty() method to the Process facade, providing an easy way to assert that all process sequences are empty in tests.

taylorotwell commented 1 week ago

Thanks for your pull request to Laravel!

Unfortunately, I'm going to delay merging this code for now. To preserve our ability to adequately maintain the framework, we need to be very careful regarding the amount of code we include.

If applicable, please consider releasing your code as a package so that the community can still take advantage of your contributions!