Closed xurshudyan closed 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!
Add the
assertSequencesAreEmpty()
method to theProcess
facade, providing an easy way to assert that all process sequences are empty in tests.