Google News
logo
FuelPHP - Interview Questions
What is a Unit Test in FuelPHP?
Unit Tests are automated tests written to make sure a unit of code (typically a function or method) is doing what it was designed to do. These tests also help developers to be sure any changes they make to a system do not break anything that is already working. Unit tests are also the key driving force behind the discipline of Test Driven Development (TDD).
Advertisement