Testing PHP Code with Atoum – an Alternative to PHPUnit
Matthew Setter takes an introductory look at atoum - an alternative to PHPUnit with an interesting twist
Matthew Setter takes an introductory look at atoum - an alternative to PHPUnit with an interesting twist
We use tests to test our code. But... how do we test our tests? Let's take a look at Humbug: a mutation testing framework!
Vitalij Mik goes through a from-scratch UseCase implementation to demonstrate Clean Code Architecture and Test Driven Development on a Guestbook app!
Jani Hartikainen explains how to deal with promises in unit tests using Mocha and Chai as the base and showing promise-related patterns that occur in tests.
This article provides a thorough examination of unit testing with Backbone.js.