WordPress Handbook
“Unit testing is a level of software testing where individual units/components of software are tested. The purpose of unit tests is to validate that each unit of software performs as designed. In terms of PHP and WordPress, a single ‘unit’ is a function or a class.”
read »