Developing Angular Apps without a Back End Using MockBackend
Look ma, no server! Don’t be held up waiting for the API to be built. Vildan Softic shows how to develop apps with the Angular 2 MockBackend class.
Look ma, no server! Don’t be held up waiting for the API to be built. Vildan Softic shows how to develop apps with the Angular 2 MockBackend class.
Chris Pitt starts developing a new PHP package with TDD practices in mind - using PhpUnit and Mockery all the way. Check it out!
This article provides pointers on mocking dependencies in AngularJS unit tests.
Peter Nijssen demonstrates the use of Mockery, a mocking library by Padraic Brady you can use to mock your dependencies while doing TDD
Matthew Setter talks Unit Testing with GuzzlePHP - mocking responses and enqueuing requests in a spawned NodeJS server