Sorry, I didn't save any repositories for this course because they were all separate small experiments, not some one project to be saved in one repository.
What if we have a binded services class in handle method? Like the example in Laravel docs
In the example we have AudioProcessor $processor in handle method, how can we test this job?
Hi sri, Is there any github repo of this course as well?? I searched but did't find.
Sorry, I didn't save any repositories for this course because they were all separate small experiments, not some one project to be saved in one repository.
What if we have a binded services class in handle method? Like the example in Laravel docs In the example we have
AudioProcessor $processor
in handle method, how can we test this job?I would probably use Mocking in such case. But it depends on the full scenario and all dependencies, can't answer in a short comment.