Introduction
Test Doubles
There are many different ways in which you can configure test doubles and many ways in which you can use them to make testing easier.
It would be hard to invent a scenario for every piece of funtionality of PHPUnit stubs and mocks so this section is just a run through of a lot of the things which you can do and ways in which you can use fakes to suit your needs.
You can watch it all the way through or use it as a reference when you are facing certain scenarios in your own testing.
I hope that you find it useful!
0 comments