Testing
-
Setup integration tests for your WordPress Plugin
A while ago I created a first article about unit tests nearly 2 years ago promising for a next article on integration…
-
Why you should be using Fixtures for your Jest tests
Testing your code is always a good practice. However this can easily become time consuming to write tests and maintaining…
-
What is TDD and why you should learn it
Most of people hear about this but we force to see that most of people still fail to apply it…