Note: This is part two in a two part series on creating your first plugin. You can find part one here. In the series we’re creating a plugin to handle [...]
Most backend developers are familiar with the concepts of mocking objects or stubbing in methods for unit testing. For those not familiar with mocking, it’s the simulation of an interface [...]