Test Doubles in PHP with Mockery and PHPUnit
Test doubles is a technique in which you replace the actual object with pretend object or a real method by pretend method or pre-define the return data and function arguments for a method to ease the testing purpose. In the real world, our applicatio...
blog.jobins.jp5 min read
Nirajan Basnet
Creative coder
Great article. Keep it up :)