Posts Tagged ‘plugins’

Plugins unit testing

About unit testing
From the Symfony book :

Unit tests confirm that a unitary code component provides the correct output for a given input. They validate how functions and methods work in every particular case. Unit tests deal with one case at a time, so for instance a single method may need several unit tests if it [...]